Created
May 18, 2026 18:49
-
-
Save trycf/0dfc90208ebd50e69c309746e31063f5 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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