 |
Nested function - Wikipedia, the free encyclopedia
In computer programming, a nested function (or nested procedure or subroutine) is a function which is lexically (textually) encapsulated within another function, with lexical scope. Nested functions are used in many approaches to structured programming, i
en.wikipedia.org |
 |