func
The function class for Cheddar
Arguments:
arguments matrix:
function body:
Usage:
-> (a, b = 0) a + b
, with api:
Internal Usage
Execution:
scope
will be set to self
variable, if none, set to null
.
Arguments:
the 2D matrix representing the arguments the function is requesting.
Last updated