228 Chapter 12: Programming
7312ENG.DOC CH 12 Programming, English Julie Hewlett Revised: 07/29/98 12:17 PM Printed: 05/19/99 9:02
AM Page 228 of 32
1:If Creates a conditional test.
2:Then Executes commands when If condition is
true.
3:Else Executes commands when If condition is
false.
4:For( Creates an incrementing loop.
5:While Creates a conditional loop.
6:Repeat Creates a conditional loop.
7:End Signifies the end of a block.
8:Pause Pauses program execution.
9:Lbl Defines a label.
0:Goto Goes to a label.
A:IS>( Increments and skips if greater than.
B:DS<( Decrements and skips if less than.
C:Menu( Defines menu items and branches.
D:SetMenu( Views and modifies variables on a menu.
E:prgm Executes a program as a subroutine.
F:Return Returns from a subroutine.
G:Stop Stops execution.
H:DelVar Deletes a variable from within program.
I:GraphStyle( Designates the graph style to be drawn.