home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gp371os2.zip / testrexx.cmd < prev   
OS/2 REXX Batch file  |  1995-04-21  |  79b  |  6 lines

  1. /* try rexx with gnuplot */
  2. do i=1 to 5 
  3. 'plot sin('i'*x)'
  4. 'pause -1'
  5. end
  6.