mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
24 lines
553 B
Plaintext
24 lines
553 B
Plaintext
|
title: Functions/Function/Indented
|
||
|
description: Indented function definition
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
\function .dividebysomething(factor:0.5)
|
||
|
[divide<factor>]
|
||
|
\end
|
||
|
|
||
|
\function multiplebysomething(first:ignored,factor:2)
|
||
|
[multiply<factor>multiply[2].dividebysomething[0.25]]
|
||
|
\end
|
||
|
|
||
|
<$text text={{{ [[4]function[multiplebysomething]] }}}/>
|
||
|
|
|
||
|
<$text text={{{ [[6]function[multiplebysomething],[ignored],[4]] }}}/>
|
||
|
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>64|192</p>
|