RosettaCodeData/Task/Comments/Perl-6/comments-3.pl6

4 lines
90 B
Raku
Raw Permalink Normal View History

2020-02-17 23:21:07 -08:00
for #`(each element in) my @array {
say #`(or print element) $_ #`(with a newline);
}