class FnDef
user-function definition (fndef
).
When called, expands to its body with params bound to the fn arguments (see invoke.fn_invoke).
index
static functions
-
FnDef(params, body, scope)
– create a new instance
details
static functions
-
– create a new instance
parameters:
- (unevaluated) naming the function parameters
- (unevaluated) expression the function evaluates to
- the lexical scope the function was defined in (closure)