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

  1. DEFINE  taste  PORT[9]
  2.  
  3. PRINT "Beispiel 24"
  4.  
  5. PRINT "Start"
  6. PAUSE 100
  7. PRINT "Stop"
  8.  
  9. END
  10.  
  11.