home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1990 / 12 / tricks / attribut.def < prev    next >
Encoding:
Modula Definition  |  1990-09-28  |  456 b   |  10 lines

  1. (*-------------------------------------------------------*)
  2. (*                  Attribut.DEF                         *)
  3. (*        Definitionsmodul für Attribut.MOD              *)
  4. (*-------------------------------------------------------*)
  5. DEFINITION MODULE Attribut;
  6.   PROCEDURE BackgroundMode(flash: BOOLEAN);
  7. END Attribut.
  8. (*-------------------------------------------------------*)
  9. (*                 Ende von Attribut.DEF                 *)
  10.