Excerpt | ||
---|---|---|
| ||
do(expression1, expression2,..., expressionN) Evaluates a number of Expressions in sequence and returns the value returned by the last Expression in the list. |
Function: do()
Evaluates a number of Expressions in sequence and returns the value returned by the last Expression in the list.
...