Whatever message this page gives is out now! Go check it out!
<cfoutput>Value is #Form.MyFormVariable#</cfoutput><cfcookie name="TestCookie" value="The value is #CookieValue#"><cfcookie name = TestCookie value = #CookieValue#><cfcookie name="TestCookie2" value="The #CookieValue & 'ate the cookie!'#">Value is #Form.MyTextField#
</cfoutput>
<cfoutput>
The name is #FirstName# #LastName#.
</cfoutput>
<cfoutput>
The value of Cos(0) is #Cos(0)#
</cfoutput>"Mo" and "nk" is #Left("Moon", 2)##Mid("Monkey", 3, 2)#
</cfoutput><cfset TheString = "The name is #FirstName# #LastName#.">
<cfset TheString = "Cos(0) is #Cos(0)#"><cfset TheString = "Hello, " & FirstName & "!"><cfset TheString = "Hello, " & "First" & "Name!"><cfset TheString = "Monk is #Left("Moon", 2)##Mid("Monkey", 3, 2)#"><cfset Sentence = "The length of the full name is #Len("#FirstName# #LastName#")#"><cfset Sentence2 = "The length of the full name is #Len(FirstName & " " & LastName)#"><cfset Sentence = "The length of the full name is #Len(FullName)#"><cfset ResultText = "#Min(#ThisVariable#, 5 + #ThatVariable#)#">
<cfset ResultText = "#Len(#Left("Some text", 4)#)#"><cfset SomeVar = Var1 + Max(Var2, 10 * Var3) + Var4><cfset #SomeVar# = #Var1# + #Max(Var2, 10 * Var3)# + #Var4#>