MemVar Fields |
The MemVar type exposes the following members.
Name | Description | |
---|---|---|
Get | Get the value of a local, private or public (in that order). Throws an exception when the variable does not exist. | |
GetSafe | Get the value of a local, private or public (in that order). Returns NIL if the value does not exist. | |
Put | Updates the value of a local, private or public (in that order).
If the value does not exist than a new variable at the current level is created. |