mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 18:56:56 +00:00
Test for multivalued functions
This commit is contained in:
parent
efce6731e1
commit
d69ecf4639
@ -0,0 +1,18 @@
|
||||
title: LetListWidget/Simple
|
||||
description: Simple usage of the "letlist" widget
|
||||
type: text/vnd.tiddlywiki-multiple
|
||||
tags: [[$:/tags/wiki-test-spec]]
|
||||
|
||||
title: Output
|
||||
|
||||
\function myfunc() [all[tiddlers]sort[]]
|
||||
|
||||
<$letlist varname=<<myfunc>>>
|
||||
<$text text={{{ [varlist[varname]] +[join[-]] }}}/>
|
||||
</$letlist>
|
||||
+
|
||||
title: ExpectedResult
|
||||
|
||||
<p>
|
||||
$:/core-ExpectedResult-Output
|
||||
</p>
|
Loading…
x
Reference in New Issue
Block a user