OWBasic for Pocketviewer
Home
INTRO
Group
PROGRAMMING
Alphabetical Index
Control statements
There are the following control statements:
IF
Conditional processing of instructions
Conditional jump
CASE
Multiple alternatives
FOR
,
WHILE
,
LOOP
Loops
GOTO
Jump to a label
GOSUB
subroutine call
PROC
,
FUNC
user procedure and function definitions
EXEC
start of another basic program
BREAK
,
CONTINUE
Loop control
SETJUMP%
,
JUMP
Far jumps
Home
INTRO
Group
PROGRAMMING
Alphabetical Index