home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
lilith
/
m2type.def
< prev
next >
Wrap
Text File
|
2020-01-01
|
459b
|
13 lines
DEFINITION MODULE KermType;
(************************************************************************)
(* Type displays a text file at the screen *)
(* written: 25.02.86 Matthias Aebi *)
(* last modification: 25.02.86 Matthias Aebi *)
(************************************************************************)
EXPORT QUALIFIED Type;
PROCEDURE Type;
END KermType.