home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 January / SOFM_Jan1996.bin / pc / os2 / zoc / install.fil / SCRIPT / RXSAMPLE / MANUAL / FIRST.RX next >
Encoding:
Text File  |  1995-08-12  |  132 b   |  5 lines

  1. /* REXX-Program: FIRST.RX */
  2.  
  3. 'CLS'                          /* clear screen */
  4. 'WRITELN "Hello World!"'       /* print text */
  5.