When saying "nested functions" in 2011, people expect you to mean lexically scoped nested functions.
Pascal's nested functions really just scoped the name of the function differently, but they were equivalent to a function definition on the outer-most level.
Pascal's nested functions really just scoped the name of the function differently, but they were equivalent to a function definition on the outer-most level.