# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61770] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61770 >
Rakudo r34400: $ perl6 -e 'print' $ perl6 -e 'say' $ S16:340, about 'print': ] It is a compiler error to use a bare C<print> without arguments. ] (However, it's fine if you have an explicit argument list that evaluates to ] the empty list at runtime.) ...and, S16:360, about 'say': ] As with C<print>, it is a compiler error to use a bare C<say> without ] arguments.