| 11. | The entry mechanism and implementation of local variables was re-entrant.
|
| 12. | Local variables are created as the point of execution passes the declaration point.
|
| 13. | In case of name collision, local variables have precedence over global variables.
|
| 14. | The term non-local variable is often a synonym in this context.
|
| 15. | Note the local variable result, which seems unnecessary.
|
| 16. | For instance, the set of local variables with known values is empty.
|
| 17. | The default scope of a local variable is the lifetime of a process.
|
| 18. | Local variables created within routines using the New command have more limited scope.
|
| 19. | To create lexically-scoped local variables, use the my operator instead.
|
| 20. | At the beginning of the method, no local variables are definitely assigned.
|