home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / ontime / tasktime / LINGO.INI < prev    next >
Encoding:
Text File  |  1997-10-13  |  326 b   |  11 lines

  1. -- Lingo & Graphics: Piranha Productions, 1996, 1997.
  2. -- http://www.Piranha.dk
  3.  
  4. on startup
  5.     put "Time/system International"
  6.     put "Now loading LINGO.INI"
  7.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  8.     set the centerStage to TRUE
  9.     if string(0.0)="a" then nothing
  10. end startup
  11.