nested function

/N EH1 S T AH0 D F AH0 NG K SH AH0 N/
N
  1. 1

    In computer programming, a nested function (or nested procedure or subroutine) is a named function that is defined within another, enclosing, block and is lexically scoped within the enclosing block meaning it is only callable by name within the body of the enclosing block and can use identifiers declared in outer blocks, including outer functions.

Translate “nested function” into another language