Clear the screen

Author: stmuk

Source code: 15-03-clear-screen.p6

#!/usr/bin/env perl6

use v6;

# TODO control code sequence probably better

shell "clear";
# shell "cls"; # for windows