[REBOL] Re: Q: get key stroke in the console
From: greggirwin:mindspring at: 30-Jan-2003 15:12
Hi Tom, TC> I would like to detect key presses in the console Have you tried something like this? c: open/no-wait [scheme: 'console] forever [ wait [c] print copy c ] or is that not what you're after. -- Gregg