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]#> ⇒ 8727f63881713e8e7ad4d1241fe5b453

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.