Set using """Triple-Quotes"""

This page demonstrates setting Hashtag Variables using triple-quotes.   The closing triple-quote must be the first non-blank text on a new line.   The final new-line character before the closing triple quotes is not used.   Optional Contexts can be applied to alter the value before it is stored.  
Processing this Hashtag Markup:
<# set test to """
Any amount of 
text or 
markup could go here.
"quotes" and ;semi;colons; aren't a problem.
// do comments survive?
<#: how about these comments? :#>
"""; #>

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.  
<#[test as html]#> ⇒ Any amount of
text or
markup could go here.
"quotes" and ;semi;colons; aren't a problem.
// do comments survive?
<#: how about these comments? :#>


The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.