Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/6173d8848550787454311780fba1b29f to your computer and use it in GitHub Desktop.
Save trycf/6173d8848550787454311780fba1b29f to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
try {
st = {
private: 1,
secret: 2,
password :3
}
echo(st.missing);
} catch (e) {
dump(cfcatch);
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment