twinestory icon indicating copy to clipboard operation
twinestory copied to clipboard

Support for global variables

Open lemilonkh opened this issue 8 years ago • 0 comments

Syntax: <%= variable %> to print variable contents <% var variable = "test" %> to define and set a variable <% myBool = false %> to set a variable (here: boolean)

lemilonkh avatar Feb 26 '17 14:02 lemilonkh