ZuLuuuuuu wrote: > > > dukester wrote: >> >> st> userName := stdin nextline. >> > > It should be "nextLine" with capital "L". >
Obviously a typo... Here it is again... dnormandin@ ~/programming/smalltalk/gst 02:00 pm >> gst GNU Smalltalk ready st> | userName | st> 'What is your name?'. 'What is your name?' st> userName := stdin nextLine. No runnable processAbort trap It seems to choke on this "stdin nextLine" thing. I tried to get the code working in Squeak, as well, with no joy! It may be that I don't know how to input the code properly in Squeak ;( ----- -- dukester -- View this message in context: http://old.nabble.com/What-might-cause-%22No-runnable-processAbort-trap%22--tp27020460p27026719.html Sent from the Gnu - Smalltalk mailing list archive at Nabble.com. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
