Get
Type
statement
Summary
Evaluate an expression and put it into the result.
Syntax
get <expression>
Description
The get statement evaluates the Value expression and returns it as the result of the statement. The value is subsequently available by using the result expression.
Parameters
Name | Type | Description |
---|---|---|
expression | Any expression. |
Related
expression: TheResult