235
RUN <program name>
This command runs the program named, with
execution resuming in the calling program
afterwards. If a particular piece of code is used
repeatedly then this can be used to reduce
memory use by placing the code in a separate
program and calling it from different locations.
See the SETVIEWS command for information on how to link a program to an
aplet when it does not appear on the primary menu. Note that if the name
has spaces in it then it must be enclosed in quotes.
STOP
This command can be used to abort execution
of a program. Control resumes in the
HOME
view.
T
T
h
h
e
e
D
D
r
r
a
a
w
w
i
i
n
n
g
g
c
c
o
o
m
m
m
m
a
a
n
n
d
d
s
s
ARC <x-center>;<y-center>;<radius>;<start angle>;<end angle>
This command draws an arc on the
screen. It uses the current values
in the
PLOT
SETUP
view as the
screen coordinates and the
settings in the the
MODES
view for
angle format. This command is VERY slow.
BOX <x1>;<y1>;<x2>;<y2>
This draws a rectangular box on
the screen using (x1,y1) and
(x2,y2) as the corners. The
coordinates are relative to the
settings in the
PLOT
SETUP
view.