Hi all,

Does the GNU APL support the Compose operator? I.e. in Dyalog APL I can do:
      -∘⍟2 3 4
¯0.6931471806 ¯1.098612289 ¯1.386294361

However in GNU APL:
      -∘⍟2 3 4
VALENCE ERROR
      -∘⍟2 3 4
       ^^


Br,
/Alexey

Reply via email to