Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 21, 2018 14:05
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/d1cdd30d2a2a790a865ef7e5b3e37980 to your computer and use it in GitHub Desktop.
Save Whateverable/d1cdd30d2a2a790a865ef7e5b3e37980 to your computer and use it in GitHub Desktop.
evalable6
sub x {}; sub y { x < 0 }
(exit code 1)
===SORRY!=== Error while compiling /tmp/OZEjh76AEZ
Unable to parse expression in quote words; couldn't find final '>' (corresponding starter was at line 1)
at /tmp/OZEjh76AEZ:1
------> sub x {}; sub y { x < 0 }⏏<EOL>
expecting any of:
argument list
quote words
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment