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:
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
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue