home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PROCESS.ZIP / LISTOF.VAR < prev    next >
Encoding:
Text File  |  1987-08-17  |  405 b   |  13 lines

  1. (* ============================================== *)
  2. (* PARENT and CHILDB share the list of variables  *)
  3. (* in this file.  This sharing is necessary to    *)
  4. (* make SURE the passed data will be correct.     *)
  5. (* ============================================== *)
  6. VAR
  7.   mark1   : byte;
  8.   L       : LongInt;
  9.   status  : word;
  10.   keyword : string[80];
  11.   thing   : string[80];
  12.   mark2   : byte;
  13.