Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 3, 2019 11:29
Show Gist options
  • Save Whateverable/17ab346bc190a9de87dc8446adbd4229 to your computer and use it in GitHub Desktop.
Save Whateverable/17ab346bc190a9de87dc8446adbd4229 to your computer and use it in GitHub Desktop.
evalable6
^5.tail(3).say
Potential difficulties:
Precedence of ^ is looser than method call; please parenthesize
at /tmp/u_Vglbgsh0:1
------> ^5⏏.tail(3).say
(5)
WARNINGS for /tmp/u_Vglbgsh0:
Useless use of "^" in expression "^5.tail(3).say" in sink context (line 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment