? : ABBREVIATION FOR PRINT
You can save time and effort by substituting a question mark (?) for
PRINT. Try the next program line below:
70 ? "THAT R A N FROM DUSK UNTIL DAWN. "
RUN
LIST
The program runs the same with ? as with PRINT. The question mark
is just a convenient shortcut. For clarity, all the following PRINT
statements in this tutorial use the word PRINT, but you can substitute
a question mark.
LOGICAL LINE LENGTH
Sometimes the quotation marks contain too many characters to fit on
one or two lines. Make sure the sound is audible on your television or
monitor before you type the following sample:
80 PRINT "IT W O U L D N ' T RESPOND TO ESCAPE, B R E A K , C O N T R O L ,
OR LIST.. A N D IT WAS STILL R U N N I N G WHEN I T U R N E D OFF THE
SWITCH."
When the cursor reaches the third line, a buzzer sounds. The buzzer
indicates when you are approaching the maximum length of an in-
struction line. An instruction line can be no longer than three screen
lines. This limit is called a "logical line." (You may wish to turn down
the volume now.)
SCREEN DISPLAY
Words are often broken in awkward places when the cursor reaches
the end of a line on the screen. Also, the spacing between words
when you type in the program lines is different from the word spacing
when the computer runs out the program. To avoid both of these prob-
lems, determine what you want each line to look like and type
separate PRINT statements for each line. Retype the sentence in line
80 so that it appears in a poem format:
80 PRINT "IT WOULDN'T RESPOND"
90 PRINT "TO ESCAPE, B R E A K , CONTROL, OR LIST,"
100 PRINT "AND IT WAS STILL R U N N I N G "
110 PRINT "WHEN I T U R N E D OFF THE SWITCH.
RUN
LIST
39
Содержание 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: ......