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

3 lines
34 B
Raku

my @a <== 1,2,3;
1,2,3 ==> my @a;