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.
Previous chapter
To contents
Next chapter