/gist:f05c4d4c31e09ca0d9bf Secret
Created
January 25, 2015 14:53
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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