Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: kbhit()

From: dness:home at: 22-Jun-2001 15:27

Dr. Louis A. Turk wrote:
> Hi again Jeff, > > Now if I type "x" I get: > > >> con: open/direct/binary [scheme: 'console] > >> until [wait .02 input?] choice: pick con 1 > == 120 > >> choice > == 120 > >> > > How did my x become 120? > > Louis >
120 is the ascii code for lower-case x...