Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: SRFI-62, Previous: SRFI-60, Up: SRFI Support [Contents][Index]
cond
clauseThis SRFI extends RnRS cond
to support test expressions that
return multiple values, as well as arbitrary definitions of test
success. SRFI 61 is implemented in the Guile core; there’s no module
needed to get SRFI-61 itself. Extended cond
is documented in
Simple Conditional Evaluation.