This website requires JavaScript.
Explore
Help
Sign In
swissmakers_gmbh
/
programming-examples
Watch
11
Star
0
Fork
0
You've already forked programming-examples
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
programming-examples
/
perl
/
String
/
Join with.pl
Michael Reber
b880c3ccde
Initial commit
2019-11-15 12:59:38 +01:00
1 line
41 B
Raku
Raw
Blame
History
print
join
(
"
,
"
,
(
map
{
2
*
$_
}
1
,
2
,
3
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink