On 16 August 2016 at 02:53, Louis de Forcrand <ol...@bluewin.ch> wrote:
> If I understand correctly then, in F {pow} G, G's left argument is > _always_ the result of the power operator if G is true. Its right argument > then is _always_ the result of the previous iteration. Is that correct? > Yes, G is always used to compare the result of the current iteration (left arg) with the result of the previous iteration or starting value (right arg). Jay.