Skip to content

Instantly share code, notes, and snippets.

TryCF Gist
<cfscript>
a = 1
b = 2
st = {a,b}
writedump(st) // {a=1, b=2}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment