Next: Summary, Previous: Arguments, Up: List Processing [Contents][Index]
There are several ways by which a variable can be given a value.
One of the ways is to use the special form setq. Another way
is to use let (see let). (The jargon for this process is
to bind a variable to a value.)
The following sections not only describe how setq works but
also illustrate how arguments are passed.