home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / cdactual / demobin / share / os2 / XCO212P / SAMPLES / NODES / RUNME.OB2 < prev    next >
Encoding:
Text File  |  1994-07-21  |  226 b   |  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.