In a message dated Thu, 3 Oct 2002, Allison Randal writes:
> So far, classes are uppercase and properties are lowercase, but that's
> convention, not law.

Do runtime (value) properties and compile-time (variable) properties share
the same namespace?

That is, to go back to an earlier discussion, if there is a system-defined
value property C<true> which marks a value as true in boolean contexts,
can I also define a compile-time property C<true> that makes the variable
evaluate as true, whatever its value?

Trey

Reply via email to