Clear the screen
AUTHOR
stmuk
#!/usr/bin/env raku
use v6;
# TODO control code sequence probably better
shell "clear";
# shell "cls"; # for windows
# vim: expandtab shiftwidth=4 ft=perl6
stmuk
#!/usr/bin/env raku
use v6;
# TODO control code sequence probably better
shell "clear";
# shell "cls"; # for windows
# vim: expandtab shiftwidth=4 ft=perl6
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.