Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created February 6, 2012 13:41
Show Gist options
  • Save bittersweetryan/1752117 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1752117 to your computer and use it in GitHub Desktop.
Boolean blog post
<cfscript>
anotherVar = (var1 AND var2) ? true : false ; //cf9+ only
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment