Program Flow: Contents
Introduction
Comparison operators
Choosing to execute some instructions (If...Else...EndIf)
Choosing one set of instructions from a set (Select...Case...EndSelect)
Repeating instructions a number of times (For...Next)
Repeating instructions while something is happening (While...Wend)
Repeating instructions until something happens (Repeat...Until)
Exiting loops early (Goto, FakeEndSelect)
Summary
Exercises
Chapter contents
First topic
User Guide contents
Introduction