Set Variable to New UUID

This page demonstrates the Hashtag Framework generating a New UUID, and setting it as a Variable value.  
Processing this Hashtag Markup:
<# set my_var to new UUID; #>
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]#> ⇒ 090688461644984265e3db2ae165a96d

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.