Basic
CONT
Resumes program execution when stopped by the
(BREAK)
key or
execution of a
STOP
or an
END
statement.
CONT
C
0
S(number)
Returns the cosine of
number.
PRINT COS(5.8)
Y
=
COS(X
*
.0174533)
C SNG(number)
Converts number
to single precision. BASIC rounds the number when
converting it to single precision.
PRINT CSNG(.1453885509) Z=CSNG(A#)
CSRLIN
Returns the current row position of the cursor.
PRINT CSRLIN A=C
S
R
LI
N
CVD(8-byte string)
Converts an 8-byte string to a double precision number. Use to
restore data to numeric form after
it
is read from the disk.
A#
=
CVD(GROSSPAY3) D=CVD(TOTAL$)
CVI(2-byte string)
Converts a 2-byte string to an integer. Use to restore data to numeric
form after
it
is
read from the disk.
A%=CVI(INVTRY$) I=CVI (QTY3)
Tandy
1000
25