Next: , Previous: , Up: The language   [Contents][Index]


5.13 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.