Term
|
Definition
Performs one or more related tasks. |
|
|
Term
|
Definition
The statement that invokes a Sub procedure. |
|
|
Term
|
Definition
When a variable argument is passed to one of these, just the value of the argument is passed. |
|
|
Term
|
Definition
When a variable argument is passed to this, the parameter is given the same memory location as the argument. |
|
|
Term
|
Definition
Period during which it remains in memory. |
|
|
Term
|
Definition
In Sub procedures, defined same as in event procedures. |
|
|
Term
Function procedures (aka user-defined functions) |
|
Definition
|
|
Term
|
Definition
Appearing in the top line of the function procedure. |
|
|
Term
|
Definition
The value returned by a function. |
|
|
Term
|
Definition
A special constant whose value does not change during the program execution. |
|
|