# New Ticket Created by Zefram
# Please include the string: [perl #128399]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128399 >
> my @a = 22,33
[22 33]
> @a[0]
22
> @a[1]
33
> @a[0].VAR.WHICH
Scalar|100414504
> @a[1].VAR.WH
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #128398]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128398 >
$ perl6 --version
This is Rakudo version 2016.05-115-g8430f07 built on MoarVM version
201
# New Ticket Created by Zefram
# Please include the string: [perl #128395]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128395 >
> my $a = 0.Num
0
> my $b = -$a
-0
> $a
0
> $b
-0
> $a.WHICH
Num|0
> $b.WHICH
Num|-0
> atan2($a