March 9, 2009
11:17 p.m.
On Tue, 10 Mar 2009 09:04:32 am Terry Reedy wrote:
Steven D'Aprano wrote:
Lambdas are single-line (technically, single-statement) anonymous functions,
Lambdas are function-defining expressions used *within* statements [...]
Ah, sorry for the brain-o, I was thinking "expression" and typing "statement". But thanks for the detailed explanation anyway, it is helpful. -- Steven D'Aprano