home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / ascsu205.arj / EXTENDED.ASI < prev    next >
Text File  |  1991-11-23  |  133b  |  14 lines

  1. start:
  2.  
  3. wait:
  4. a$=inkey$
  5. if a$="" then wait:
  6. b$=chr$(27)
  7. if a$=b$ then finish:
  8. print a$
  9. goto wait:
  10.  
  11. finish:
  12. print a$
  13. end
  14.