twinestory
twinestory copied to clipboard
Support for global variables
Syntax:
<%= variable %> to print variable contents
<% var variable = "test" %> to define and set a variable
<% myBool = false %> to set a variable (here: boolean)