BLOCK Object
- Last UpdatedOct 16, 2025
- 1 minute read
This object holds expressions that are evaluated later.
Methods
|
Name |
Result |
Purpose |
|---|---|---|
|
Block( STRING expression) |
BLOCK |
Creates a block expression. |
|
Evaluate() |
ANY |
Evaluate block expression on object: check result is of TYPE type. |
|
Evaluate() |
ANY |
Evaluate the expression and return the result. |
|
Evaluate(STRING type) |
ANY |
Evaluate expression and return an error if the result is not of TYPE type. Otherwise returns the result. |