Issue status update for http://smalltalk.gnu.org/node/449 Post a follow up: http://smalltalk.gnu.org/project/comments/add/449

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     feature requests
Priority:     normal
Assigned to:  Unassigned
Reported by:  MrGwen
Updated by:   MrGwen
Status:       active

Instead of doint Object subclass: Foo [
| a b c |

 a []
 a: anObject [ ]
 ...
]

Why not :

Object subclass: Foo [


]




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to