home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
35.dms
/
35.adf
/
qbox.bas
< prev
next >
Wrap
BASIC Source File
|
1988-05-22
|
113b
|
6 lines
5 pattern
10 ask window x%, y%
15 pena rnd * 15
20 box(x%*rnd,y%*rnd;x%*rnd,y%*rnd),1
30 goto 10