home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
rexxlib_393.lzh
/
RexxLib
/
Scripts
/
sample.fd
< prev
next >
Wrap
Text File
|
1990-10-28
|
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