Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/-

Created March 7, 2017 21:56
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 anonymous/97279bfa8a3dfc44bf3eea7265ff229e to your computer and use it in GitHub Desktop.
Save anonymous/97279bfa8a3dfc44bf3eea7265ff229e to your computer and use it in GitHub Desktop.
> cat here.p6
#!/usr/bin/env perl6
say q:to",,,",
q:to"...", "Hi", 4;
Some
thing
,,,
This
is
OK
...
> perl6 here.p6
===SORRY!=== Error while compiling /Users/ingy/here.p6
Undeclared names:
OK used at line 11
This used at line 9
Undeclared routine:
is used at line 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment