RosettaCodeData/Task/Inverted-syntax/Raku/inverted-syntax-5.raku

3 lines
34 B
Raku

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