help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [feature] Pragma for accessors


From: Gwenael Casaccio
Subject: [Help-smalltalk] [feature] Pragma for accessors
Date: Mon, 11 Jan 2010 23:48:15 -0700

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 [


]






reply via email to

[Prev in Thread] Current Thread [Next in Thread]