home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / lilith / m2type.def < prev    next >
Text File  |  2020-01-01  |  459b  |  13 lines

  1. DEFINITION MODULE KermType;
  2. (************************************************************************)
  3. (*  Type displays a text file at the screen                             *)
  4. (*  written:            25.02.86     Matthias Aebi                      *)
  5. (*  last modification:  25.02.86     Matthias Aebi                      *)
  6. (************************************************************************)
  7.  
  8. EXPORT QUALIFIED Type;
  9.  
  10. PROCEDURE Type;
  11.  
  12. END KermType.
  13.