Created
October 7, 2021 13:54
-
-
Save bdw429s/90e982de376177854cb606b0d97ea5d9 to your computer and use it in GitHub Desktop.
test.cfm
This file contains 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> | |
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