User Guide

To perform such conversions efficiently, use the convert/base command.
convert(872349, base, 7);>
For information on non-base 10 numbers, see Non-Base 10 Num-
bers (page 74).
General Loop Statements
You can include a while statement in a for/from or for/in loop.
The general for/from loop has the following syntax.
8.2 Flow Control 331