Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfoutput>
<cfset charNum = "1">
#charNum# *1*<br>
<cfset charNum = charNum+charNum>
#charNum# *2*<br>
<cfset charNum = charNum&charNum>
#charNum# *22*<br>
<cfset charNum = charNum + 1>
#charNum# *23*<br>
</cfoutput>