home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / spm2.zip / spmapp04.cmd < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  90b  |  6 lines

  1. /**/
  2.   do i = 50 to 52  /* help message range */
  3.     say GetMsg(i)
  4.   end
  5.   return 0
  6.