haltOnce :)

On 2013-10-16, at 16:53, Benjamin <[email protected]> wrote:

> put a halt 
> 
> XD
> 
> Ben
> 
> On Oct 16, 2013, at 4:49 PM, Stéphane Ducasse <[email protected]> 
> wrote:
> 
>> Hi guys
>> 
>> I wonder if this is me that miss something important… but here is what I did:
>> 
>> Color>>printOn: aStream 
>>      | name |
>>      Transcript show:'x'. 
>>      (name := self name) ifNotNil: 
>>              [ ^ aStream
>>                      nextPutAll: 'Color ';
>>                      nextPutAll: name ].
>>      self storeOn: aStream
>> 
>> 
>> then I type 
>> 
>> 1 makeAnError and execute it.
>> 
>> and in the transcript I get 
>>      xxxxxxxxxxxxxxxxxxxxxSmallInteger
>> 
>> I'm totally puzzled why would we printOn: color ? before even opening a 
>> browser.
>> 
>> stef
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to