Created
June 21, 2018 13:55
Star
You must be signed in to star a gist
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