home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d463
/
rexxlib
/
rexxlib.lzh
/
sample.fd
< prev
next >
Wrap
Text File
|
1990-06-26
|
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