home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
new
/
misc
/
math
/
mathplot
/
macros
/
test13.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-16
|
195b
|
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