Rosettacode tasks in Perl 6
More
Search
Ctrl + K
Clear the screen
Copy
sub
clear
{
print
qx[clear]
}
clear;
Previous
Terminal control
Next
Coloured text
Last updated
11 months ago