RosettaCodeData/Task/Scope-Function-names-and-labels/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
272 B
Text

;Task:
Explain or demonstrate the levels of visibility of function names and labels within the language.
;See also:
* [[Variables]] for levels of scope relating to visibility of program variables
* [[Scope modifiers]] for general scope modification facilities
<br><br>