home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Peter Lewis / PNL Libraries / Assembly / PreCompletion.p < prev    next >
Encoding:
Text File  |  1993-12-11  |  79 b   |  9 lines  |  [TEXT/PJMM]

  1. unit PreCompletion;
  2.  
  3. interface
  4.  
  5.     procedure PreCompletion;
  6.  
  7. implementation
  8.  
  9. end.