Functions
Function | Operation |
---|---|
Function |
Create a Lambda-function, also called anonymous function. The first argument is a symbol or a list of symbols which are the bound variables (parameters) of the Lambda-function. The others arguments are expressions which are evaluated sequentially, or until
a The To apply some arguments to a function expression, use |
Apply |
Apply a list of arguments to a lambda expression or function. The following wildcards in body are replaced as indicated
If body is a
You can assign a Lambda expression to a symbol for later use:
|
Return |
If in an |