title: CustomOperators/NestedParameterised description: Nested parameterised custom operator usage type: text/vnd.tiddlywiki-multiple tags: [[$:/tags/wiki-test-spec]] title: Output \whitespace trim \function .dividebysomething(first:ignored,factor:0.5) [divide[2]multiply] \end \function .multiplebysomething(first:ignored,factor:2) [multiply[2].dividebysomething[],] \end <$text text={{{ [[123].multiplebysomething[]] }}}/> - <$text text={{{ [[123].multiplebysomething[x],[4]] }}}/> + title: ExpectedResult

246-492