mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
(SRFI-2): Note empty body is #t.
This commit is contained in:
parent
d9eb2d67dd
commit
6b1a6e4cef
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Each @var{clause} is evaluated in turn, and if @code{#f} is obtained
|
||||||
then evaluation stops and @code{#f} is returned. If all are
|
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
|
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
|
@table @code
|
||||||
@item (symbol expr)
|
@item (symbol expr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue