CS61A-lecture-5-Functional_Abstraction

Functional Abstraction

Lambda Function Environments

lambda function’s parent is the current frame in which the lambda expression is evaluated

return

a return statement completes the evaluation of a call ezpression and provides its value