Created
May 8, 2026 12:28
-
-
Save trycf/41346a809ff7f0fe4f0796b1712fddd5 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> | |
| for (i = 1; i<= 12; i++) { | |
| writeOutput("#i# #Int(i/4)# | ") | |
| } | |
| // CFScript version | |
| </cfscript> | |
| <hr/> | |
| <cfoutput> | |
| <!--- CFML version ---> | |
| Hello again, it's now: #now()#! | |
| </cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment