Created
April 16, 2026 19:21
-
-
Save Whateverable/910fc04e468ee9f2de4b20ad74996225 to your computer and use it in GitHub Desktop.
evalable6
This file contains hidden or 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
| my $p = run ("echo","foo",:out); $p.out.slurp.say' |
This file contains hidden or 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/SAoV0mZ5gT | |
| Two terms in a row | |
| at /tmp/SAoV0mZ5gT:1 | |
| ------> un ("echo","foo",:out); $p.out.slurp.say<HERE>' | |
| expecting any of: | |
| infix | |
| infix stopper | |
| 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