Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/f1bec5427d42430e186d72f6a3814398 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/f1bec5427d42430e186d72f6a3814398 to your computer and use it in GitHub Desktop.
TryCF Gist
<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