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

3 lines
34 B
Raku
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
my @a <== 1,2,3;
1,2,3 ==> my @a;