Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Scope-modifiers/00-TASK.txt
Normal file
8
Task/Scope-modifiers/00-TASK.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Most programming languages offer support for [[Creating a function|subroutines]].
|
||||
When execution changes between subroutines, different sets of variables and functions ("scopes") are available to the program.
|
||||
Frequently these sets are defined by the placement of the variable and function declarations ("static scoping" or "lexical scoping").
|
||||
These sets may also be defined by special modifiers to the variable and function declarations.
|
||||
|
||||
Show the different scope modifiers available in your language and briefly explain how they change the scope of their variable or function.
|
||||
If your language has no scope modifiers, note it.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue