Created
June 21, 2018 13:55
-
-
Save Whateverable/54f38a3a9446b9dec31c8dce91e88a77 to your computer and use it in GitHub Desktop.
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub x {}; x < 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(exit code 1) | |
===SORRY!=== Error while compiling /tmp/k6ZUj7oWwJ | |
Unable to parse expression in quote words; couldn't find final '>' (corresponding starter was at line 1) | |
at /tmp/k6ZUj7oWwJ:1 | |
------> sub x {}; x < 1⏏<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