On Sun, Jan 11, 2009 at 07:18:53PM -0800, Patrick R. Michaud via RT wrote:
> On Wed Jan 07 17:54:26 2009, larry wrote:
> Bare "say" and "print" are now illegal in Rakudo as of r35431. This
> currently catches only the truly bare say/print -- the parenthesized
> forms are still allowed:
>
> sa
On Wed Jan 07 17:54:26 2009, larry wrote:
> [...] So my inclination is to outlaw
> bare "say" as well, as an aid to catching a common p5thinko that
> some folks might otherwise find difficult to debug.
Bare "say" and "print" are now illegal in Rakudo as of r35431. This
currently catches only the
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61770]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61770 >
Rakudo r34400:
$ perl6 -e 'print'
$ perl6 -e 'say'
$
S16:340, about 'print':
] It is