COLOR
C.
Chooses the color register to
be
used
in
color graphics work.
COM
Pe
rforms the same function as DIM.
CONT
CON
.
Stands
for
"continue."
Causes a
program to restart execution
on
the
next
line after being stopped by the
I Break I key or encounteri
ng
STOP.
COS
Returns the cosi
ne
of the variable or
expression
in
degrees or radians.
CSAVE
Outputs data from
RAM
to the
program recorder for tape storage.
DATA
D.
As
part of the READ-DATA
combination, identifies the
succeeding items (which must
be
separated by commas)
as
individual
data items.
DEG
DE
.
Tells the computer to perform trigono-
metric functions
in
degrees instead of
radians.
(The
default measurement
is
in radians.)
DIM
DI
.
Reserves the specified amount of
memory for matrix, array, and string
variabl
es.
(All string variables, arrays,
and matrices must
be
dimensioned
with a
DIM statement.)
DOS
DO.
Stands for
"Disk
Operating System."
Causes the menu to
be
displayed.
(See
DOS
manual.)
DRAWTO
DR
.
Draws a straight
line between a
plotted point and a specified point.
END
Stops program execution; closes files;
turns off sounds. May be used more
than once
in
a program. (CONT can
be used to restart the program.)
ENTER
E.
Stores data or program
in
untokenized (source) form. Functions
as
an
1
/0
command.
94