Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/c1379be0e8ad0e66c3f94cc72127fbc4 to your computer and use it in GitHub Desktop.
Save trycf/c1379be0e8ad0e66c3f94cc72127fbc4 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var a = 1;
var b = 1;
if( ( IsNull(a) XOR IsNull(b) XOR IsNull(c) ) ) {
echo("funziona");
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment