mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
|
title: Functions/UndefinedParameters
|
||
|
description: Undefined function parameters
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\function greet(who)
|
||
|
[[hello ]addsuffix<who>]
|
||
|
\end
|
||
|
|
||
|
<$text text={{{[function[greet],[world]]}}}/>
|
||
|
|
||
|
<<greet world>>
|
||
|
|
||
|
<$text text={{{[function[greet]]}}}/>
|
||
|
|
||
|
<<greet>>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
hello world<p>hello world</p>hello <p>hello </p>
|