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

3 lines
33 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
my @a = 1,2,3;
(1,2,3) R= my @a;