Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created April 8, 2015 17:42
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 peschwa/b8c6bd2802ea8ff8f158 to your computer and use it in GitHub Desktop.
Save peschwa/b8c6bd2802ea8ff8f158 to your computer and use it in GitHub Desktop.
$ ./perl6
> if 1 {
* say 1
* }
===SORRY!=== Error while compiling <unknown file>
Missing block
at <unknown file>:2
------> say 1 ⏏}
expecting any of:
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