Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 21, 2017 15:01
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/370abc01da5192989fb4c90d44012ff5 to your computer and use it in GitHub Desktop.
Save Whateverable/370abc01da5192989fb4c90d44012ff5 to your computer and use it in GitHub Desktop.
evalable6
multi z(&s:(Int, Str)) { say "right sub" }; multi z(|) { say "wrong sub" }; z -> Int, Str {}; z {;}'
(exit code 1)
===SORRY!=== Error while compiling /tmp/pic1Gp40_R
Strange text after block (missing semicolon or comma?)
at /tmp/pic1Gp40_R:1
------> y "wrong sub" }; z -> Int, Str {}; z {;}⏏'
expecting any of:
infix
infix stopper
postfix
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