russellallen / self

Making the world safe for objects
http://selflanguage.org
700 stars 75 forks source link

What are `printStringState` and `printStringName`? #78

Open dram opened 7 years ago

dram commented 7 years ago

In comment of defaultBehavior printString, printStringState and printStringName are mentioned, but no implementor or sender of them can be found.

Objects that print should understand the messages printString, and printStringSize:. Children of the lobby may implement just the message printString and inherit reasonable behavior for the other three messages. (Or may implement printStringState, or printStringName.)

BTW, what are those other three messages?