Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/14effc106da7f5cabf6cbb48da8a4a17 to your computer and use it in GitHub Desktop.
Save trycf/14effc106da7f5cabf6cbb48da8a4a17 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
function test() {
if (arguments[key] NEQ "") {
writeOutput("Missing key NEQ empty string");
}
else {
writeOutput("Missing key EQ empty string");
}
}
test();
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment