Function lambda
lambda argList body
Creates a new function.
- Parameters:
- argList -
List of symbols representing the formal arguments of the new function,
or a symbol representing the list of formal arguments.
- body -
A code block that will be the code associated with the function.
- Returns:
-
The newly created function objects.
-
Report a bug or request new features
© 2002