bars
Rosettacode tasks in Perl 6
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Programming tasks
chevron-right
L
chevron-right
Loops
N plus one half
Copy
for
1 .. 10 {
.
print
;
last
when
10;
print
'
,
'
;
}
print
"
\n
"
;
Previous
Infinite
chevron-left
Next
Nested
chevron-right
Last updated
2 years ago