===== <<set>> =====

The <<set>> macro "sets" a value into a variable. Any value that can be stored like numbers, strings, and even arrays can be "set."

==== Example ====
<code>
<<set $variableName to "Value">>
</code>
