MOO-cows Mailing List Archive

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

Re: Scope resolution operator



Chuck Adams [that's me] drew these hieroglyphs:
> $object_utils:isa(obj, thing) ---> obj:$root_class::isa(thing)
> 
> $perm_utils:controls(obj, who) ---> obj:$root_class::trusts(who)

Oops, if we want to keep it C++'ish, then it ought to be
obj::class:verb(args).  's what I meant to type above, and it'd
probably be a hell of a lot easier to parse too :)

unless, of course, someone thinks of a better syntax. (I can't)


References:

Home | Subject Index | Thread Index