Skip to content

Instantly share code, notes, and snippets.

@bardware
Last active May 9, 2018 22:42
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 bardware/b53c961633fabec3634b7a68a88b700c to your computer and use it in GitHub Desktop.
Save bardware/b53c961633fabec3634b7a68a88b700c to your computer and use it in GitHub Desktop.
look at this code on http://cflive.net/
<!---
http://cflive.net/
https://trycf.com/scratch-pad/gist/b53c961633fabec3634b7a68a88b700c
--->
<cfscript>
stAnswer = {
givenAnswer = "no"
};
writeOutput(stAnswer.givenAnswer ?: "leeg");
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment