home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 May / PowerPlay0597.bin / LESER / gti / DEMO01.GTI < prev    next >
Text File  |  1997-01-01  |  299b  |  21 lines

  1. dv-gti-file
  2. #
  3. # Hier also das obligatorische "Hello World!"
  4. #
  5. # Befehl: text / waitkey
  6. # Start : gti demo01.gti
  7. #
  8.  
  9. #
  10. # einfachste Textausgabe mit Standarteinstellungen
  11. # Zeichensatz: 1
  12. # Farbe      : 5
  13. # Ausrichtung: 1
  14. #
  15. text(1,'Hello World!',5,1)
  16.  
  17. #
  18. # Warte auf Taste
  19. #
  20. waitkey
  21.