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

[REBOL] Re: kbhit()

From: louisaturk:eudoramail at: 22-Jun-2001 14:00

Hi Jeff, That might be what I want. However, if I type "x" I get:
>> choice: until[input?]
== true
>> x
** Script Error: x has no value ** Where: halt-view ** Near: x
>> choice
== true How do I get x into the variable instead of true? Louis At 10:05 AM 6/22/2001 -0700, you wrote: