mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
|
created: 20150221151358000
|
||
|
modified: 20150221151415000
|
||
|
tags: [[dumpvariables Macro]] [[Macro Examples]]
|
||
|
title: dumpvariables Macro (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
<$macrocall $name=".example" n="1"
|
||
|
eg="""<$set name="EXAMPLE" value="123.$(EXAMPLE2)$.789">
|
||
|
<$set name="EXAMPLE2" value="456">
|
||
|
|
||
|
<<dumpvariables>>
|
||
|
|
||
|
</$set>
|
||
|
</$set>"""/>
|