Created
May 2, 2019 04:41
-
-
Save Whateverable/a33916b65be3ae13612b8e95bf371372 to your computer and use it in GitHub Desktop.
evalable6
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
[01 ... 15].say |
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
Potential difficulties: | |
Leading 0 has no meaning. If you meant to create an octal number, use '0o' prefix; like, '0o1'. If you meant to create a string, please add quotation marks. | |
at /tmp/w4KqqKdAqN:1 | |
------> [01⏏ ... 15].say | |
[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment