EXP Returns e(2.7182818)raised to a
specified power.
FOR F. Used with NEXT to establish FOR-
NEXT loops. Introduces the range
that the loop variable will operate in
during the execution of the loop.
FRE Returns the amount of remaining user
memory in bytes.
GET GE. Used mostly with disk operations to
input a single byte of data.
GOSUB GOS. Branches to a subroutine beginning at
a specified line number.
GOTO G. Branches unconditionally to a
specified line number.
GRAPHICS GR. Specifies one of the eight graphics
modes. (GR.0 can be used to clear
the screen.)
IF Causes conditional branching or the
execution of another statement on
the same line (only if the first
expression is true).
INPUT I. Causes the computer to ask for input
from the keyboard. Execution con-
tinues only when the key is
pressed after data has been inputted.
INT Returns the next lowest whole integer
below a specified value. (Rounding is
always downward, even when the
number is negative.)
LEN Returns the length of the specified
string in bytes or characters. (One
byte contains one character.)
LET LE. Assigns a value to a specific variable
name. (LET is optional in ATARI
BASIC and can be omitted.)
95
Содержание 65XE
Страница 1: ...ATARI 65XE PERSONAL COMPUTER OWNER S MANUAL TM...
Страница 3: ...ATARI 65XE PERSONAL COMPUTER TM...
Страница 6: ...Part 1 GettingStarted 1...
Страница 9: ...4...
Страница 23: ...18...
Страница 25: ...20...
Страница 32: ...Part 2 Programming withATARI BASIC 27...
Страница 33: ...28...
Страница 59: ...54...
Страница 69: ...64...
Страница 82: ...Part3 Appendices 77...
Страница 83: ...78...
Страница 97: ...92...
Страница 105: ...100...
Страница 125: ...120...
Страница 126: ...121 Index...
Страница 127: ...122...
Страница 134: ...ATARI 1987 Atari Corp All Rights Reserved Printed in Taiwan C072018 001 REV B K l 2 1987...
Страница 135: ......