RosettaCodeData/Task/Comments/Raku/comments-3.raku

4 lines
90 B
Raku
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
for #`(each element in) my @array {
say #`(or print element) $_ #`(with a newline);
}