Skip to content

Instantly share code, notes, and snippets.

View particle's full-sized avatar

Jerry Gay particle

  • Rakudo Consulting Group
View GitHub Profile
C:\Rakudo\bin>type \tmp\order.p6
sub ord() { say(1) }
ord();
C:\Rakudo\bin>perl6 --target=parse \tmp\order.p6
===SORRY!===
Confused at line 1, near "sub ord() "
C:\Rakudo\bin>type \tmp\order.p6
sub ord() { say(1) };