mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Added docs
This commit is contained in:
parent
bb21045b16
commit
240d96bddd
1 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,8 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.p
|
|||
|
||||
#case-lambda
|
||||
|
||||
(case-lambda {clause} ...)
|
||||
|
||||
Syntax: Each `{clause}` is of the form `({formals} {body})`, where `{formals}` and `{body}` have the same syntax as in a lambda expression.
|
||||
|
||||
Semantics: A `case-lambda` expression evaluates to a procedure that accepts a variable number of arguments and is lexically scoped in the same manner as a procedure resulting from a lambda expression.
|
||||
|
|
Loading…
Add table
Reference in a new issue