/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by bob, Tue Oct 5 16:47:54 2004 UTC revision 1.28 by bob, Thu Oct 7 12:06:59 2004 UTC
# Line 4009  the @dfn{else-part}, for the case when t Line 4009  the @dfn{else-part}, for the case when t
4009  false.  When this happens, the second argument or then-part of the  false.  When this happens, the second argument or then-part of the
4010  overall @code{if} expression is @emph{not} evaluated, but the third or  overall @code{if} expression is @emph{not} evaluated, but the third or
4011  else-part @emph{is} evaluated.  You might think of this as the cloudy  else-part @emph{is} evaluated.  You might think of this as the cloudy
4012  day alternative for the decision `if it is warm and sunny, then go to  day alternative for the decision ``if it is warm and sunny, then go to
4013  the beach, else read a book!''.  the beach, else read a book!''.
4014    
4015  The word ``else'' is not written in the Lisp code; the else-part of an  The word ``else'' is not written in the Lisp code; the else-part of an

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26