Atari 65XE Owner's Manual page 100

Hide thumbs Also See for 65XE:
Table of Contents

Advertisement

EXP
FOR
F.
FRE
GET
GE.
GOSUB
GOS.
GOTO
G.
GRAPHICS GR.
IF
INPUT
I.
INT
LEN
LET
LE.
Returns e(2.7182818)raised to a
specified power.
Used with NEXT to establish FOR-
NEXT loops. Introduces the range
that the loop variable will operate in
during the execution of the loop.
Returns the amount of remaining user
memory in bytes.
Used mostly with disk operations to
input a single byte of data.
Branches to a subroutine beginning at
a specified line number.
Branches unconditionally to a
specified line number.
Specifies one of the eight graphics
modes. (GR.0 can be used to clear
the screen.)
Causes conditional branching or the
execution of another statement on
the same line (only if the first
expression is true).
Causes the computer to ask for input
from the keyboard. Execution con-
tinues only when the
pressed after data has been inputted.
Returns the next lowest whole integer
below a specified value. (Rounding is
always downward, even when the
number is negative.)
Returns the length of the specified
string in bytes or characters. (One
byte contains one character.)
Assigns a value to a specific variable
name. (LET is optional in ATARI
BASIC and can be omitted.)
95
key is

Advertisement

Table of Contents
loading

Table of Contents