Hello all,

        With svn 1010,

      )help ⍣
   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat G times: B ← F B                       (numeric scalar G)


   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat: B ← F B until (F B) G B is true       (function G)


   dyadic operator:   Z ← A (F ⍣ G) B  (Power Operator)
    repeat G times: B ← A F B                     (numeric scalar G)


   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat: B ← A F B until (A F B) G B is true   (function G)

In the first line of the last case, I think 'A' is missing between '←'
and '('.

Regards,

Fred

Reply via email to