# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77830]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77830 >
rakudo: class Foo {}; say Foo.new.perl;
rakudo 9993bb: OUTPUT«Foo.new()»
rakudo: cla
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77828]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77828 >
perl6: my @array = 4, 5, 6; say @array[1]
pugs, rakudo 9993bb: OUTPUT«5»
perl6: my @
# New Ticket Created by "Jonathan Leto"
# Please include the string: [perl #77820]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77820 >
Howdy,
$ git rev-parse HEAD
9993bb24d7d109485fe78a6afd463671912c6960
$ ./perl6
> NaN