home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / CHIP4_98.ISO / software / ccconrad / basic.exe / CHIP / Programme.Bas / Beispiele_3 / BSP04.BAS < prev    next >
Encoding:
BASIC Source File  |  1997-08-29  |  109 b   |  4 lines

  1. 20 PRINT "HALLO" : PAUSE 50   'PAUSE 50 unterbricht die Programmausfⁿhrung fⁿr 50 * 20 ms =1s
  2. 10 GOTO 20
  3.  
  4.