Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/63006135844e1de55ef701f3dbb7219a to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var someString = "This is line 1" & newLine() & "This is line 2";
<cfoutput>#someString#</cfoutput>
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment