Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 04:40
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/E56HPYsWen:1
------> 01⏏ .. 15.say
15
WARNINGS for /tmp/E56HPYsWen:
Useless use of ".." in expression "01 .. 15.say" in sink context (line 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment