home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d737 / amplotdemo.lha / AMPlotDemo / samples / rexxdemo.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-26  |  208b  |  8 lines

  1. /* RexxDemo.rexx.
  2.    This is a simple macro to add 2 datapoint marks to a plot and
  3.    is used in conjunction with the datafile RexxDemo.dat
  4. */
  5. address "AMPlot.1"
  6. mark 1e+06 593.1 9
  7. mark 1e+06 127.8 5
  8. endmacro