Content deleted Content added
→Nested scope: scope of nested procedure |
Stevebroshar (talk | contribs) Simplify; stay on topic; reference other page |
||
Line 243:
=== Nested scope ===
{{main|Nested function}}
Some languages such as [[Pascal (programming language)|Pascal]], PL/I, and [[Ada (programming language)|Ada]] support nested [[scope (programming)|scope]] for a callable, a.k.a. [[nested function]], so that an inner callable is only callable ▼
▲Some languages such as [[Pascal (programming language)|Pascal]], PL/I, and [[Ada (programming language)|Ada]] support
=== Reentrancy ===
|