Commodore BASIC 2.0 does -NOT- have the following statements: - CLS - SLEEP
You can do an "empty loop" with FOR K=1 TO 1000:NEXT to wait approximately 1 sec. To clear the screen, the command is PRINT CHR$(147)