help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?


From: dukester
Subject: Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?
Date: Tue, 5 Jan 2010 13:07:24 -0800 (PST)


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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]