chapter1 title

Content
Note: This section may contain information, that is not yet applicable to your version of Basic.

Commands

BORDER int
The BORDER command changes the color of the screen border.

CLS
CLS is used to clear the whole screen.

EXIT
Use this command to exit basic.

GOTO int
This command will jump to the specified basic line (only works in running programm).

INK int
The INK command changes the color of the screen text.

LIST
This command will list the current basic program.

NEW
This command will clear the current basic program.

PAPER int
The PAPER command changes the color of the screen background.

PRINT int|string
You can use this command to PRINT information onto the basic screen.

REM
If you put REM at the beginning of your basic-line, everything in this line will be ignored.

RUN
Runs the currently loaded basic program.

NEW
This command will run the current basic program.

TURBO bool
The TURBO command will make the screen go black to save processing time. The turbo will automatically turn off when the basic program is finished.