minor fixes
This commit is contained in:
parent
58e64562bb
commit
bc8b37bafc
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ Simply put, "reachable" values are those that are accessible or usable somehow.
|
||||||
|
|
||||||
For instance:
|
For instance:
|
||||||
|
|
||||||
- Local variables and parameters of the current function.
|
- The currently executing function, its local variables and parameters.
|
||||||
- Variables and parameters for other functions on the current chain of nested calls.
|
- Other functions on the current chain of nested calls, their local variables and parameters.
|
||||||
- Global variables.
|
- Global variables.
|
||||||
- (there are some other, internal ones as well)
|
- (there are some other, internal ones as well)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue