Previous chapter To contents Next chapter

Chapter 3, Control Structures

In this chapter all the control structures in Pike will be explained. As mentioned earlier, control structures are used to control the flow of the program execution. Note that functions that make the program pause and simple function calls are not qualified as control structures.

3.1 Conditions

3.2 Loops

3.3 Breaking out of loops

3.4 Exercises


Previous chapter To contents Next chapter