Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created January 25, 2015 14:53
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 rightfold/f05c4d4c31e09ca0d9bf to your computer and use it in GitHub Desktop.
Save rightfold/f05c4d4c31e09ca0d9bf to your computer and use it in GitHub Desktop.
> my uint64 $a = 1;
1
> say $a
0
> my uint64 $b = 1; say $b
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment