TStackType Enumeration
Identifies the type of an internal compiler stack used during script compilation.
Syntax
Unit: atScript
Members
| Name | Value | Description |
|---|---|---|
| stPendingOperators | 0 | |
| stIdentifierList | 1 | |
| stContext | 2 | |
| stTempVariables | 3 |
Identifies the type of an internal compiler stack used during script compilation.
Unit: atScript
| Name | Value | Description |
|---|---|---|
| stPendingOperators | 0 | |
| stIdentifierList | 1 | |
| stContext | 2 | |
| stTempVariables | 3 |