home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / AD_PROG.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  318 b   |  11 lines

  1. //
  2. // Module Name: AD_PROG.COD - Menu_Act = 19
  3. // Selectors  : PRG_File, PRG_Parms
  4. // Description: DO program, optional WITH parameters.
  5. // Syntax     : DO <program filename>/<procedure name> 
  6. //                  [WITH <exp list>]
  7. //
  8. DO {PRG_File}{if PRG_Parms} WITH {PRG_Parms}{endif}
  9. //
  10. // EOP AD_PROG.COD
  11.