Decrement Variable Value
This page uses Hashtag Decrement commands to demonstrates altering Variable values.
Processing this Hashtag Markup:
<#
set my_var to 10;
decrement my_var by 1;
#>
Note: Hashtag Markup is shown below <# in bold #>.
The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.
<#[my_var]#> ⇒ 9