2 lines
48 B
Raku
2 lines
48 B
Raku
.say for @collection;
|
|
for @collection { .say };
|
.say for @collection;
|
|
for @collection { .say };
|