Bug or feature?

Stephan Rudlof sr at evolgo.de
Wed Nov 22 00:18:51 UTC 2000


Dear Squeakers,

is this a bug or a 'feature'?

printIt:

{nil. 0}
-> #(nil 0)
Object readFrom: {nil. 0} storeString
-> #(#nil 0)

(Array with: nil with: 0)
-> #(nil 0)
Object readFrom: (Array with: nil with: 0) storeString
-> #(#nil 0)


I'd like to save 'nil' against being a symbol...

Greetings,

Stephan
-- 
Stephan Rudlof (sr at evolgo.de)
   "Genius doesn't work on an assembly line basis.
    You can't simply say, 'Today I will be brilliant.'"
    -- Kirk, "The Ultimate Computer", stardate 4731.3





More information about the Squeak-dev mailing list