Author: Gerald K. Dobiasovsky Date: To: Fractint developer's list Subject: [Fractdev] Re: PEND_OP.p -- what does it do?
Richard wrote:
[PEND_OP.p -- what does it do?]
> It gets set to a magic number during parsing and then is used in
> RecSortPrec, but I don't understand what 'p' is supposed to be doing.
>
> What is the meaning of the value assigned to it?
Tim and/or Jonathan will be able to answer that with certainty,
but I guess this stores the precedence of the pending math operation
and RecSortPrec then sorts the operation pointers in the order they
have to be called.