On Mon Feb 16 12:46:55 2009, bacek wrote:
>
> perl6: subset Strand where {$_ == 0 | 1 | -1}; say Strand.defined
> rakudo c4f0f9: OUTPUT«1»
This now gives 0 as expected as of git 3484985. Added spectest for it to
S12-subset/subtypes.t.
Thanks!
Jonathan
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #63264]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63264 >
perl6: subset Strand where {$_ == 0 | 1 | -1}; say Strand.defined
rakudo c4f0f9: