Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/6520ab961417f6ac0869d777c3366355 to your computer and use it in GitHub Desktop.
Save trycf/6520ab961417f6ac0869d777c3366355 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
longintval= 2185763640;
v = {
longintval: longintval,
intval: javacast("int",longintval)
intval2: javacast("int",1-longintval)
};
</cfscript>
<cfdump var="#v#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment