Hi Stephan,

That's a brilliant suggestion.

For anyone interested in the future, here's a tested example:

\define m1(x) 1($x$)
\define m2(y) 2($y$)
\define m3(z) 3($z$)

<$set name="m2result" value=<<m3 "abc">> >
<<m2result>> and
<$macrocall $name="m1" x="abc"/> and
<$macrocall $name="m1" x=<<m2result>>/>
</$set>

… which returns:

3(abc) and 1(abc) and 1(3(abc))

– æ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to