Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/0dfc90208ebd50e69c309746e31063f5 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/0dfc90208ebd50e69c309746e31063f5 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