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

3 lines
33 B
Raku
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
my @a = 1,2,3;
(1,2,3) R= my @a;