Stevan Little wrote:
> Yes, that is correct, because:
>
> Dog.isa(Dog)  # true
> $spot.isa(Dog)  # true
> ^Dog.isa(Dog)  # false
>
> In fact ^Dog isa MetaClass (or Class whatever you want to call it).
>
> At least that is how I see/understand it.

OK.  To help me get a better idea about what's going on here, what
sorts of attributes and methods would ^Dog have?

--
Jonathan "Dataweaver" Lang

Reply via email to