Next: Miscellaneous Features, Previous: Conditional Execution, Up: Loop [Contents][Index]
The loop construct ‘do’ (or ‘doing’) takes one or more expressions and simply evaluates them in order.
The loop construct ‘return’ takes one expression and returns its value. It
is equivalent to the clause do (return value)
.