Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created March 15, 2012 06:14
Show Gist options
  • Save osdrv/2042403 to your computer and use it in GitHub Desktop.
Save osdrv/2042403 to your computer and use it in GitHub Desktop.
No strong class check
Integer a = "asdf";
a += 1;
print( a ); // => asdf1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment