Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 10, 2019 18:34
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/0433b0aafafdc0369470d279e1d81b56 to your computer and use it in GitHub Desktop.
Save Whateverable/0433b0aafafdc0369470d279e1d81b56 to your computer and use it in GitHub Desktop.
evalable6
^3.comb(2).perl.say;
Potential difficulties:
Precedence of ^ is looser than method call; please parenthesize
at /tmp/Dmi8wGdQcg:1
------> ^3⏏.comb(2).perl.say;
("3",).Seq
WARNINGS for /tmp/Dmi8wGdQcg:
Useless use of "^" in expression "^3.comb(2).perl.say" in sink context (line 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment