home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_oth
/
basicprg.lzh
/
FF_013
/
QBOX.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1991-07-15
|
113 b
|
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