home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xc212os2.zip / SAMPLES / NODES / runme.ob2 < prev    next >
Text File  |  1994-07-21  |  226b  |  16 lines

  1. <*+ MAIN *>
  2. MODULE runme;
  3.  
  4. (* Top-level module *)
  5.  
  6. IMPORT Nodes, Echo, GenEcho, Commands, Types;
  7.  
  8. BEGIN
  9.   Echo.Insert;
  10.   GenEcho.Insert;
  11.   Commands.Insert;
  12.   Types.Insert;
  13.   Nodes.Help;
  14.   Nodes.Loop;
  15. END runme.
  16.