home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / asic / ascsu215 / anykey.asi next >
Encoding:
Text File  |  1991-05-19  |  82 b   |  6 lines

  1. print "Press any key to continue. ";
  2. loop:
  3. a$=inkey$
  4. if a$="" then loop:
  5. end
  6.