mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-24 02:31:37 +00:00
10 lines
223 B
QBasic
10 lines
223 B
QBasic
5 HOME
|
|
10 PRINT " FUZZBALL -- A 32 BYTE APPLE II INTRO"
|
|
15 PRINT " BY DEATER / DSR"
|
|
20 PRINT CHR$(4)"CATALOG"
|
|
25 PRINT:PRINT "PRESS ANY KEY TO 'BRUN FUZZBALL'"
|
|
30 GET A$
|
|
35 PRINT
|
|
40 PRINT CHR$(4)"BRUN FUZZBALL"
|
|
|