Rl; Rq - AMSTRAD cpc 6128 User Instruction

Integrated computer/disc system
Hide thumbs Also See for cpc 6128:
Table of Contents

Advertisement

rl
(read list) Outputs a list that contains a line typed at the keyboard; input must be
followed by a carriage return.
rq
?make "instr_List rL
repeat 4 [fd 50 rt 90J
?:instr_List
[repeat 4 [fd 50 rt 90JJ
(read quote) Outputs a word that contains a line typed at the keyboard; input must be
followed by a carriage return.
?make "command rq
repeat 3 [fd 60 rt 120J
?:command
repeat 3 [fd 60 rt 120J
Sound:
The sound commands are unique to the AMSTRAD implementation of Dr. LOGO and
are similar to their AMSTRAD BASIC counterparts.
Refer to part 9 ofthe Foundation course for further information.
sound
Put a sound into the sound queue. The format is: [<channel status> <tone period>
<duration> <volume> <volume envelope> <tone envelope> <noise>] 'The parameters after
duration are optional.
? sound [1 20 50J
env
Set up a volume envelope. The format is: [<envelope number> <envelope section(s)> ]
?env [1 100 2 20J
?sound [1 200 300 5 1J
Introduction to Logo
Chapter 6 Page 37

Advertisement

Table of Contents
loading

Table of Contents