home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 February / SOFM_Feb1995.bin / pc / os2 / zoc / install.fil / SCRIPT / RXSAMPLE / MANUAL / FIRST.RX next >
Encoding:
Text File  |  1994-11-01  |  132 b   |  5 lines

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