RosettaCodeData/Task/Inverted-syntax/Perl-6/inverted-syntax-4.pl6

3 lines
33 B
Raku

my @a = 1,2,3;
(1,2,3) R= my @a;