Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
L
Loops
Downward for
Copy
for 10 ... 0 {
.say;
}
Previous
Do-while
Next
For
Last updated
1 year ago
Was this helpful?