OWBasic for Pocketviewer

Home INTRO Group PROGRAMMING Alphabetical Index

Control statements

There are the following control statements:


IFConditional processing of instructions
Conditional jump
CASEMultiple alternatives
FOR, WHILE, LOOPLoops
GOTOJump to a label
GOSUBsubroutine call
PROC, FUNCuser procedure and function definitions
EXECstart of another basic program
BREAK, CONTINUELoop control
SETJUMP%, JUMPFar jumps

Home INTRO Group PROGRAMMING Alphabetical Index