Control Functions.bind
Binds the first argument to a body.
Arguments
The
value
to bind.body0
is the callable to bind the value to.
Return values
body1
is the resulting callable.
Example
Output:
4
Binds the first argument to a body.
The