Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape03b_c16_basic2.wav » heads
heads
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape03b_c16_basic2.wav |
Filename: | heads |
Read OK: | ✔ |
File size: | 012C bytes |
Load address: | 1001 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape03a_c16_basic2.wav » heads
- Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape03b_c16_basic2.wav » heads
File contents
10 H=0 20 T=0 30 PRINT"TYPE H FOR HEADS" 40 PRINT"T FOR TAILS" 50 PRINT"E FOR END" 60 INPUT"NEXT THROW";I$ 70 IF I$="E"THEN 160 80 IF I$="H"THEN 120 90 IF I$="T"THEN 140 100 PRINT"WRONG ITEM" 110 GOTO 60 120 H=H+1 130 GOTO 60 140 T=T+1 150 GOTO 60 160 PRINT"OUT OF";H+T;"THROWS" 170 PRINT"THERE WERE";H;"HEADS" 180 PRINT"AND";T;"TAILS" 190 STOP
H�0 T�0 ) �"TYPE H FOR HEADS"