home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
misc
/
math
/
mathplot
/
macros
/
test13.rexx
< 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
OS/2 REXX Batch file
|
1994-12-15
|
195 b
|
16 lines
/* test fault */
address "MPlot_ARexx"
options results
do i=-30 to 30
do a=-30 to 30
point i"*pi/30" a"*1/30"
end
end
do i=-10 to 10
line "0 0 "i"*pi/10 1"
line "0 0 "i"*pi/10 -1"
end