programming-examples/perl/String/Join with.pl
2019-11-15 12:59:38 +01:00

1 line
41 B
Raku

print join(", ", (map {2 * $_} 1, 2, 3));