Table of contents Previous: McBASI Interpreter Commands GOSUB Next: McBASI Interpreter Commands IF

GOTO

Changes the downward, line-by-line flow of control.


Syntax

GOTO x


Parameter

x

is any valid numeric expression


Examples

GOTO 300

GOTO 13+6*X


Table of contents Previous: McBASI Interpreter Commands GOSUB Next: McBASI Interpreter Commands IF