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.