Owner`s manual

CONSOLE
SIZE
TI$
10 CONSOLE 0, 25, The scroll range covers the whole screen.
0,
40
95
20 CONSOLE
5,
15 Specifies the scroll range from the 5th line to the
lOth
line.
30
CONSOLE
0,
25, Specifies the scroll range from the 5th line
to
the 30th
5,30
line.
40 CONSOLE 0, 10, Specifies the scroll range
to
a
10x
10
range.
0, 10
50 CONSOLE
2,
20, Specifies the scroll range
to
the scroll range shown in the
2,
35
figure below. (0,0) 7 (39,0)
2
--'lfT-r-J"7-ri~
(39,24)
?
SIZE
Displays the unused size (in bytes)
of
the BASIC text
area.
100
TI$
= "222030" Sets the internal clock to 10:20:30 PM. Time data are
expressed as a 6-digit figure within quotation marks.
5.1.12 Music Control Statements
MUSIC
TEMPO
300 TEMPO 7 Tempo 7 (fastest speed)
is
specified by statement number
310
MUSIC"
DE#
300.
By
statement number 310, re mi
iJ:I~1
la (mid-
FGA"
range) are played at tempo
7.
U there
is
no
TEMPO
statement,
the
music is played at the tempo of the default
value.
300
M1$ = "C3EG In this example, the melody is substituted to the 3 string
+
C"
variables and the MUSIC command
is
executed. When
310 M2$ =
"BGD
the staff notation
is
used, the notes below are played.
- G" Note that, because there is no
TEMPO
statement, the
320 M3$ = "C8R5" playing
is
at
the default value tempo.
330
MUSIC
M1$,M
2$,M3$