Semantics : LambdaDeclaration

LambdaDeclaration  ::=  function FormalParameters Block

Used by:  

A lambda is an anonymous function and is typically assigned to a variable or passed to a function/method call.