Previous Topic: OPTION StatementNext Topic: SET Command


CLEAR Command

The following CLEAR command simulates pressing the Clear key and clears the terminal screen:

CLEAR

To make the program repeat the string "Hello, USER1" ten times, you could repeat a KEY statement ten times. But an easier way to repeat the string is to use a loop.