Skip to content
Prev 140491 / 398503 Next

Rule for accessing attributes?

Yes, indeed.  The help page says that @ extracts the contents of a slot in
S4 objects.  But you mention below that this 'works' for S3 objects because
S4 slots are stored as attributes.  Doesn't this mean that @ is currently
implemented to access attributes of objects in general (attributes of S3
objects or slots of S4 objects that are implemented as attributes)?  I
realize that this might change in the future...

-Christos