Created
May 18, 2026 18:49
-
-
Save trycf/c534737bd1de8062a765d9d5f9258638 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