RosettaCodeData/Task/Inverted-syntax/Raku/inverted-syntax-5.raku
2023-07-01 13:44:08 -04:00

2 lines
34 B
Raku

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