Contexts for Set values

This page demonstrates Hashtag Contexts applied to values before they are Set to Variables.  
Processing this Hashtag Markup:
<# set test to "this was set by <b>Hashtag</b>"; #>

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]#> ⇒ this was set by Hashtag
Processing this Hashtag Markup:
<# set test to "this was set by <b>Hashtag</b>" as html; #>

<#[test]#> ⇒ this was set by <b>Hashtag</b>

The Hashtag Markup Language provides Contexts for reformatting Variable values.  

The examples in this section cover the many Contexts the Hashtag Framework supports to alter Variable values.