| Did you know ... | Search Documentation: |
| class-instance_variables |
<-slot.
The behaviour<-context
argument may be used to find the class on which a variable is defined.
The following code returns a chain of instance variables not
inherited:
new(Vs, chain),
send(Class?instance_variables, for_all,
if(@arg1?context == Class,
message(Vs, append, @arg1)))