1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

(SRFI-2): Note empty body is #t.

This commit is contained in:
Kevin Ryde 2004-08-28 22:17:45 +00:00
parent d9eb2d67dd
commit 6b1a6e4cef

View file

@ -892,7 +892,8 @@ A combination of @code{and} and @code{let*}.
Each @var{clause} is evaluated in turn, and if @code{#f} is obtained
then evaluation stops and @code{#f} is returned. If all are
non-@code{#f} then @var{body} is evaluated and the last form gives the
return value. Each @var{clause} should be one of the following,
return value, or if @var{body} is empty then the result is @code{#t}.
Each @var{clause} should be one of the following,
@table @code
@item (symbol expr)