Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/e63f40983cb86a0b178bcc1ff4e8215f to your computer and use it in GitHub Desktop.
Save trycf/e63f40983cb86a0b178bcc1ff4e8215f to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var ranks = 'False';
writeDump(var = booleanFormat(ranks));
writeDump(var = !booleanFormat(ranks));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment