Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 18, 2020 09:28
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/539c79c767e4b7d412873b3bc06c4a19 to your computer and use it in GitHub Desktop.
Save Whateverable/539c79c767e4b7d412873b3bc06c4a19 to your computer and use it in GitHub Desktop.
evalable6
class C { }; my \px = C.new; sub postcircumfix:«< >»(C $c is raw) { dd $c; }; px<ls -l>;
(exit code 1)
===SORRY!=== Error while compiling /tmp/Pb4GvM8kiJ
Missing required term after infix
at /tmp/Pb4GvM8kiJ:1
------> «< >»(C $c is raw) { dd $c; }; px<ls -l>⏏;
expecting any of:
prefix
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment