Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
T
Terminal control
Clear the screen
Copy
sub
clear
{
print
qx[clear]
}
clear;
Previous
Terminal control
Next
Coloured text
Last updated
1 year ago