help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cond & test: if & while


From: Xah Lee
Subject: Re: cond & test: if & while
Date: Tue, 25 Nov 2008 06:01:14 -0800 (PST)
User-agent: G2/1.0

On Nov 25, 5:45 am, aartist <aart...@gmail.com> wrote:
> This might be a very basic question, but here it is anyway.
> C-h f if
> if is a special form in `C source code'.
> (if cond then else...)
>
> C-h f while
> while is a special form in `C source code'.
> (while test body...)
>
> What is the difference between test and condition here for elisp
> execution? Is test is a superset of condition?  Is test considered
> multiple execution of same condition ?

No difference. It just so happens that they used different wording.

if you are just beginning to learn lisp, you might be interested in my
tutorial on my website. Thanks.

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]