home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1990-09-28 | 456 b | 10 lines |
- (*-------------------------------------------------------*)
- (* Attribut.DEF *)
- (* Definitionsmodul für Attribut.MOD *)
- (*-------------------------------------------------------*)
- DEFINITION MODULE Attribut;
- PROCEDURE BackgroundMode(flash: BOOLEAN);
- END Attribut.
- (*-------------------------------------------------------*)
- (* Ende von Attribut.DEF *)