home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / asic / ascsu215 / getpause.asi < prev    next >
Text File  |  1991-06-07  |  77b  |  8 lines

  1. a$=command$
  2. a$=a$+ " "
  3. print a$;
  4. loop:
  5. b$=inkey$
  6. if b$="" then loop:
  7.  
  8.