Rosettacode tasks in Perl 6
Ctrl
k
Copy
Programming tasks
T
Terminal control
Clear the screen
Copy
sub
clear
{
print
qx[clear]
}
clear;
Previous
Terminal control
Next
Coloured text
Last updated
2 years ago
Was this helpful?
Was this helpful?