home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 36.dms / 36.adf / getkeys.bas < prev    next >
BASIC Source File  |  1988-05-22  |  73b  |  5 lines

  1. 10    get x$
  2. 20    if x$="" goto 10
  3. 25    print asc(x$),x$
  4. 30    goto 10
  5.