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

2 lines
33 B
Raku

my @a = 1,2,3;
(1,2,3) R= my @a;