On Mon, 2010-01-11 at 23:48 -0700, Gwenael Casaccio wrote:
> 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 [
>
>
> ]
>
That is
Object subclass: Foo [
<accessors: {#a. #b. #c}>
]
>
>
>
>
> _______________________________________________
> help-smalltalk mailing list
>
[hidden email]
>
http://lists.gnu.org/mailman/listinfo/help-smalltalk_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk