On Thu, 7 Jan 2010, Paolo Bonzini wrote: > On 01/07/2010 07:14 PM, Duke Normandin wrote: > > However, neither of the above references give me the whole picture. > > I've yet to find anywhere*any* mention of keyboard I/O. Lot's of > > "mouse events" etc etc, but no elementary console input stuff. > > If you can use "stdin", just use that. There is "stdin next" for example. Or > you can use "stdin nextLine asInteger" for example. stdin is just like any > other FileStream.
OK. but none of that works on my system (yet). Any other way to do it? > Or maybe you want to use some other keyboard I/O, for example using ncurses? You bet! -- Duke _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
