Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/3822e376d3c403a8cc18b2b7b83aa83a to your computer and use it in GitHub Desktop.

Select an option

Save trycf/3822e376d3c403a8cc18b2b7b83aa83a to your computer and use it in GitHub Desktop.
TryCF Gist
<cftry>
<cfset t = 100/10 * 3>
<cfdump var="#t#">
<cfcatch>
<cfdump var="#cfcatch#">
</cfcatch>
</cftry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment