Clearing once the screen with `^L` leaves `09` in the `WST`, doing it repeatedly leaves `0c`: ```uxntal uxn> : WST 00 00 00|09 09 0c 0c 0c < RST 00 00 00 00 00 00 00 00|< ____ok ```
Clearing once the screen with
^Lleaves09in theWST, doing it repeatedly leaves0c: