Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 04:40
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 Whateverable/c5e07a58ef3d363d1cbf7283fb7961f1 to your computer and use it in GitHub Desktop.
Save Whateverable/c5e07a58ef3d363d1cbf7283fb7961f1 to your computer and use it in GitHub Desktop.
evalable6
[01 .. 15].say
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/CBLPDwmHBX: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