home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
bbs
/
misc
/
mathplot-2.13.lha
/
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-07-16
|
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