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
/
PENA.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
|
99 b
|
6 lines
10 scnclr
15 for i%=0 to 31
16 pena i%
20 box(1+i%,1+i% ; 80+i%,99+i%),1
30 next i%