# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113956]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113956 >
r: BEGIN { require Test }
rakudo 16db64: OUTPUT«===SORRY!===Can only use
nqp_s
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113954]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113954 >
$ perl6 -e 'multi MAIN("foo bar") {}' foo bar
Usage:
-e '...' foo bar
$ perl6 -
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113952]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113952 >
r: class A { method x {} }; say A.^methods
rakudo 16db64: OUTPUT«x»
r: class
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113950]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113950 >
r: loop { last; LEAVE say "bye!" }; say "outside"
rakudo 16db64: OUTPUT«outside