On 10/20/05 10:56 AM, Larry Wall wrote:
> I don't know how long this EuroOSCON net is going to stay up, so I'll be
> brief.  I think we're having a new "class" sigil.  Where we've been
> writing ::T, that will revert to meaning "an existing class T that
> we just might not see the declaration of for dynamic reasons".  Instead,
> the new sigil is the cent sign, so ::T is now written ¢T instead.

How about an ASCII version and/or a class() built-in that means the same
thing?

    ¢T == class(T) == ?T
                      ^
                      |
                    Dunno what to put there....

-John


Reply via email to