
      README

   1. Sample Programs
   ------------------

      To help you exploring programming in Object REXX, the following
      sample programs are provided (with source code).

        - ccreply.cmd   concurrent program using REPLY
        - complex.cmd   complex number class
        - factor.cmd    factorial program
        - greply.cmd    concurrent program using WAIT and NOWAIT
        - guess.cmd     a guessing game
        - ktguard.cmd   concurrent program using START and GUARD
        - month.cmd     displays days of the month of January
        - pipe.cmd      a pipeline implementation
        - qdate.cmd     date query program
        - qtime.cmd     time query program
        - semcls.cmd    semaphore class
        - stack.cmd     program that uses a stack class
        - usecomp.cmd   program that uses complex number class
        - usepipe.cmd   program that uses pipeline implementation

      The  sample program  files have the extension .cmd for compatibility
      reasons with the other system environments Object REXX is running in.
      These programs are executable without any change on all these system
      platforms.


