Scope/Function names and labels: Difference between revisions

From Rosetta Code
Content deleted Content added
initial draft
(No difference)

Revision as of 14:56, 18 February 2013

Scope/Function names and labels is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

The task is to explain or demonstrate the levels of visibility of function names and labels within the language.

For levels of scope relating to visibility of variables see Variables. For scope modification facilities see Scope modifiers.