Skip to content

Instantly share code, notes, and snippets.

@bdw429s
Created October 7, 2021 13:54
Show Gist options
  • Save bdw429s/90e982de376177854cb606b0d97ea5d9 to your computer and use it in GitHub Desktop.
Save bdw429s/90e982de376177854cb606b0d97ea5d9 to your computer and use it in GitHub Desktop.
test.cfm
<cfscript>
foo = 'bar';
```
<cfset baz = foo>
<cfscript>
bum = baz;
```
<cfdump var="#bum#">
```
</cfscript>
```
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment