Skip to content

Instantly share code, notes, and snippets.

@timo
Created August 15, 2014 19:50
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 timo/2b490027d6473340e4e1 to your computer and use it in GitHub Desktop.
Save timo/2b490027d6473340e4e1 to your computer and use it in GitHub Desktop.
timo@schmetterling ~> perl6-m
> say "foobar"; redo
foobar
> say "what"
foobar
what
> say "hi"
===SORRY!=== Error while compiling <unknown file>
Two terms in a row
at <unknown file>:3
------> <BOL>⏏say "hi"
expecting any of:
postfix
infix stopper
infix or meta-infix
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