Applying Currency Contexts

This page demonstrates Hashtag Contexts for Currency values.   The Hashtag Markup is shown below <# in bold #>.   The Currency formatted values are injected into the HTML page after the ⇒ symbol.  
Processing this Hashtag Markup:
<# set cost to 1234567.88888888; #>

<#[cost as dollars]#> ⇒  $ 1,234,567.89
<#[cost as usd]#> ⇒  $ 1,234,567.89
<#[cost as euros]#> ⇒  € 1.234.567,89
<#[cost as eur]#> ⇒  € 1.234.567,89
<#[cost as currency]#> ⇒  1,234,567.89
<#[cost as altcurrency]#> ⇒  1.234.567,89


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.