Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/04c2da03025ac1547e74faa97d2e2f62 to your computer and use it in GitHub Desktop.
Save trycf/04c2da03025ac1547e74faa97d2e2f62 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
outsideVar = { "brad" : "wood" };
[1].each( ()=>{ outsideVar.curt='gratz'; }, true )
dump(outsideVar)
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment