Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/dcfaa7fcf4f146f36a34123ad55f5150 to your computer and use it in GitHub Desktop.
Save trycf/dcfaa7fcf4f146f36a34123ad55f5150 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
num = 136343001448919149;
writeDump(num);
writeDump(num == 136343001448919152); //false
writeDump(num == 136343001448919149); // ture
writeDump(toString(num));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment