home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxhll.zip / HELLO.CMD < prev    next >
OS/2 REXX Batch file  |  1994-01-24  |  84b  |  7 lines

  1. /*  All REXX programs start with a comment */
  2.  
  3.  
  4. 'cls'
  5. say "Hello world!"
  6. exit
  7.