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

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

cond & test: if & while


From: aartist
Subject: cond & test: if & while
Date: Tue, 25 Nov 2008 05:45:12 -0800 (PST)
User-agent: G2/1.0

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 ?





reply via email to

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