in reply to Re: hangover from perl...
in thread hangover from perl...

You could overload the $ and .= symbols.. :)

Replies are listed 'Best First'.
Re: Re: Re: hangover from perl...
by flyingmoose (Priest) on Apr 27, 2004 at 19:21 UTC
    Well, I don't know if you can override something that isn't an operator, but you can make macros and such :)

    Reminds me of the funny joke I saw once about C written in PASCAL:

    #define BEGIN { #define END }

    of course that can be made much more complex once our macros start taking parameters! :)