Skip to content

Instantly share code, notes, and snippets.

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