home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / mathplot / macros / test13.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-27  |  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.