Skip to main content
Version: 0.5.x

Printing

Outputting a variable can be done using ${{<value>}}$ (curly braces) where <value> is any value defined above.

info

Since version 0.3.0+ the syntax for printing variables has changed from ${<value>}$ to ${{<value>}}$ to avoid some common conflicts.