# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #102466]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102466 >
rakudo: say (1..100).grep(10 < * < 20).gist
rakudo 9c6aed: OUTPUT«1 2 3 4 5 6 7
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #102478]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102478 >
nom: class A { eval 'has $.x' }; say A.new(x => 3).x
nom 9c6aed: OUTPUT«===SORR