Created
March 19, 2026 17:12
-
-
Save trycf/fff99a2002cc5e0e7fc8ef24f5ba7a75 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
| <cfscript> | |
| function greet(name) { | |
| return "hello, " & name & "!"; | |
| } | |
| result = greet("Alice"); | |
| writeOutput(result); | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment