18 Jul
2007
18 Jul
'07
8:57 p.m.
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. Regards, Gerald