EasyManuals Logo

Atari 65XE User Manual

Atari 65XE
135 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #51 background imageLoading...
Page #51 background image
INPUT LOOPS
To repeat your conversation with the computer, add a loop command
to the program again. A GOTO statement at the end will make the
computer repeat the program from the beginning. For program
readability, use a REM statement to show where the main
conversation portion of the program begins. A REM (remark) statement
functions like a label for the programmer. The computer does not
carry out REM commands but only prints them when you list your
program.
100 REM *** CONVERSATION LOOP ***
240 GOTO 100
The computer must return to line 100, rather than line 10, because it
cannot go back over the DIM statements for string variables. If it loops
over the same DIM statements, you will receive an Error message.
46

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Atari 65XE and is the answer not in the manual?

Atari 65XE Specifications

General IconGeneral
CPUMOS Technology 6502C
CPU Speed1.79 MHz (NTSC) / 1.77 MHz (PAL)
RAM64 KB
ROM16 KB
Release Year1985
GraphicsANTIC and GTIA
Display Resolution320x192
SoundPOKEY sound chip, 4 channels
Operating SystemAtari BASIC
PortsJoystick, Cartridge
StorageExternal 5.25" floppy disk drive

Related product manuals