up previous next contents
Next: Objectives Up: Flow control and loops Previous: Flow control and loops   Contents

Introduction

A program consisting of only consecutive statements is immediately useful, but very limited. The ability to control the order in which statements are executed adds enormous value to any program. This lesson covers all the control flow statements that direct the order of execution, except for exceptions.


Next: Objectives Up: Flow control and loops Previous: Flow control and loops   Contents