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

  1. /* test fault */
  2. address "MPlot_ARexx"
  3. options results
  4.  
  5. do i=-30 to 30 
  6.  do a=-30 to 30
  7.   point i"*pi/30" a"*1/30"
  8.  end
  9. end
  10.  
  11. do i=-10 to 10
  12.  line "0 0 "i"*pi/10  1"
  13.  line "0 0 "i"*pi/10 -1"
  14. end
  15.  
  16.