home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff450.lzh
/
MinRexx
/
sample.fd
< prev
next >
Wrap
Text File
|
1991-02-03
|
182b
|
13 lines
/* draw something with freedraw */
address 'freedraw'
color = 0
do i = 20 to 400
'Color ' color
color = color + 1
if color > 3 then color = 0
'Line ' 20 i i 400
end i