Sequence of Instructions
RoBOTL
Sequence of Instructions
The tell control statement and the control
instructions
(if,
while, and
iterate)
allow one or more instructions to
be sent to a robot.
If multiple instructions are to be sent,
the sequence of instructions must be enclosed inside curly brackets.
such as:
{ TurnLeft; Move 1; TurnLeft; }
or
{
TurnLeft;
Move 1;
TurnLeft;
}
You can also go:
Created on 19 June 1995
Last revised 20 August 1996
Copyright ©1995,1996 Walter S. Ching, n1hbr@ma.ultranet.com