home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
439.lha
/
RexxLib
/
Scripts
/
sample.fd
< 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
Text File
|
1990-11-13
|
182 b
|
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