79758659

Date: 2025-09-08 08:29:14
Score: 2
Natty:
Report link

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)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Francesco Sblendorio