Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 28, 2020 15:02
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/e0f4793310da9fbdf99ef90b5a9598cc to your computer and use it in GitHub Desktop.
Save Whateverable/e0f4793310da9fbdf99ef90b5a9598cc to your computer and use it in GitHub Desktop.
evalable6
say roundrobin([1, 2], [3, 4]); say roundrobin([1, 2]);'
(exit code 1)
===SORRY!=== Error while compiling /tmp/hFDtYdrT1_
Unable to parse expression in single quotes; couldn't find final "'" (corresponding starter was at line 1)
at /tmp/hFDtYdrT1_:1
------> 1, 2], [3, 4]); say roundrobin([1, 2]);'⏏<EOL>
expecting any of:
single quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment