[][src]Module basic::__Chapter_2

Modules

CLEAR

CLEAR [...]

END

END

FOR

FOR <variable>=x TO y [STEP z]

GOTO

GOTO <line number>

INPUT

INPUT [,][<"prompt string">;]<list of variables>

LET

[LET] <variable>=<expression>

LIST

LIST [<from line number>][-<to line number>]

NEXT

NEXT [<variable>][,<variable>...]

PRINT

PRINT [<list of expressions>]

RUN

RUN [<line number>]