Function (computer programming): Difference between revisions

Content deleted Content added
m clean up, typo(s) fixed: exmaple → example
Nested scope: Blocks; wordsmithing
Line 247:
{{main|Nested function}}
 
Some languages, suche.g., as[[Ada (programming language)|Ada]], [[Pascal (programming language)|Pascal]], [[PL/I]], and [[AdaPython (programming language)|AdaPython]], support declaring, a.k.a.and nesting,defining a function inside, e.g., a function body {{endash}}, such that the name of the inner is only visible within the body of the outer.
<!-- Would an example be helpful here? -->
 
=== Reentrancy ===