This shows you the differences between two versions of the page.
twine1:silently [2017/10/09 20:39] |
twine1:silently [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== <<silently>> ====== | ||
+ | The <<silently>> macro clears the space normally taken up by the use of macros within a passage up to the corresponding <<[[twine1:endsilently]]>>. | ||
+ | |||
+ | <code> | ||
+ | <<silently>> | ||
+ | <<set $name to "Name">> | ||
+ | <<endsilently>> | ||
+ | </code> |