Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 7, 2019 19:01
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/c5cd35ff4f624c013bfcfdfd1537e22c to your computer and use it in GitHub Desktop.
Save Whateverable/c5cd35ff4f624c013bfcfdfd1537e22c to your computer and use it in GitHub Desktop.
evalable6
my @list = (1,2,3; 1,2,3; 1,2,3;); say [zip] list
(exit code 1)
===SORRY!=== Error while compiling /tmp/jt39Jikli5
Two terms in a row
at /tmp/jt39Jikli5:1
------> ist = (1,2,3; 1,2,3; 1,2,3;); say [zip]⏏ list
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment