Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/442f3c70cb67a13860305e8f6b1888d9 to your computer and use it in GitHub Desktop.
Save trycf/442f3c70cb67a13860305e8f6b1888d9 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset variables.str="Hello">
<cfoutput>
#variables.str#
</cfoutput >
<cfsilent>
<cfset variables.str="World">
<cfoutput>
#variables.str#
</cfoutput>
</cfsilent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment