MemVar 字段 |
MemVar 类型公开以下成员。
名称 | 说明 | |
---|---|---|
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. |