Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
L
Loops
N plus one half
Copy
for
1 .. 10 {
.
print
;
last
when
10;
print
', '
;
}
print
"\n"
;
Previous
Infinite
Next
Nested
Last updated
1 year ago