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

3 lines
34 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
my @a <== 1,2,3;
1,2,3 ==> my @a;