BASIC Statements
and
Functions
Terms:
integer:
A whole number from -
32768
to
32767
string:
a sequence
of
characters which is to be taken
verbatim
dummy number or dummy string:
a number
or
string used in an expression to meet
III
syntactic requirements, but whose value is
insignificant.
ATN
(number)
Computes the arctangent
of
number, y"t"Ync>
tl~"
,.1"11'"
in
radians.
Y = ATN(X/3)
AUTO
[line]
[,incremen~
Automatically generates line numbers every time you
press
(ENTER),
AUTO begins numbering at line and
displays the next line using
increment.
AUTO
AUTO
1
III
III III
,111l11l
AUTO,
5
CALL
address
[parameter
lis~
Transfers program control to an assembly-language
subroutine stored at
address. The parameter list
contains the values to be passed to the external
subroutine.
y#
CDBL(N*3)
17