GNU Info

Info Node: (librep.info)Control Structures

(librep.info)Control Structures


Next: Threads Prev: Modules Up: The language
Enter node , (file) or (file)node

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.

Sequencing Structures
Evaluating several forms in sequence
Conditional Structures
Making decisions based on truth values
Looping Structures
`while' loops
Non-Local Exits
Exiting from several levels of evaluation
Continuations
Capturing the call stack

automatically generated by info2www version 1.2.2.9