Skip to content

Instantly share code, notes, and snippets.

/-

Created March 7, 2017 23:17
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/5220054601da6323b465f2e7900ce059 to your computer and use it in GitHub Desktop.
Save anonymous/5220054601da6323b465f2e7900ce059 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
Some
thing
This
is
OK
Hi4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment