home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 03 / exit / unitb.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1987-10-19  |  106 b   |  10 lines

  1. UNIT UnitB;
  2.  
  3. INTERFACE
  4.  
  5. IMPLEMENTATION
  6.  
  7. BEGIN
  8.    Writeln( 'Inside Unit B initialization' )
  9. END.
  10.