Control Structures
==================
Control structures are special forms or macros that control _which_
forms get evaluated, _when_ they get evaluated and the _number_ of
times to evaluate them. This includes conditional structures, loops,
etc...
The simplest control structures are the sequencing structures; they
are used to evaluate a list of forms in left to right order.