Skip to content

Lambda

A lambda expression does not automatically bind the function object that it returns to an intrinsic name.

A lambda expression is executed when the function returned by the lambda expression is called.

  • Not when it's evaulated.