| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_32.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
There are several ways by which a variable can be given a value. One of
the ways is to use either the function set or the function
setq. Another way is to use let (see section 3.6 let). (The
jargon for this process is to bind a variable to a value.)
The following sections not only describe how set and setq
work but also illustrate how arguments are passed.
1.9.1 Using setSetting values. 1.9.2 Using setqSetting a quoted value. 1.9.3 Counting Using setqto count.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |