| Access | Method within a class providing access to virtual variables. |
| Assign | Class method providing assignment to virtual variables. |
| Global | Statement to define variables as global in scope. |
| Local | Statement to define variables local to a specific procedure. |
| Static | Creates local variables that have do not automatically terminate. |
| Type | Function to determine the type of a variable. |