Created
April 1, 2026 19:50
-
-
Save trycf/f1bec5427d42430e186d72f6a3814398 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
| <cfset students = " | |
| Alice,85,90,78 | |
| Bob,92,88,95 | |
| Charlie,70,75,80 | |
| "; /> | |
| <cfoutput> | |
| "#students#" | |
| </cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment