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

Re: pascal system



Michael J. Mahon wrote:

> But, of course, you couldn't bind the new routines to infix operators,
> right?  Still had to use nested function calls to evaluate arithmetic
> expressions...  This is one of the great reasons to allow overloading
> operators.

That's right. It was a bit messy to use as a result. If there was a
need to do a really complex expression, it was better again to write
the whole expression as an assembly routine which was easy once you had
the source for the others

Matt