home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1988-08-16 | 455 b | 13 lines |
- DEFINITION MODULE KermSet;
- (************************************************************************)
- (* Set changes the value of any local parameter *)
- (* written: 09.10.85 Matthias Aebi *)
- (* last modification: 22.10.85 Matthias Aebi *)
- (************************************************************************)
-
- EXPORT QUALIFIED Set;
-
- PROCEDURE Set;
-
- END KermSet.
-