Hi Marco,

thanks, fixed in SVN 1203.

Welcome to APL.

Best Regards,
Jürgen Sauermann



On 11/14/19 6:33 AM, Marco Sirabella wrote:

Hi,

In my journey to learn APL, some incorrect documentation confused me for a bit.

help_def(-1, "⍨",  "Duplicate",               "(⍨ F) B is (B F B).\n")
help_def(-2, "⍨",  "Commute",                 "A (⍨ F) B is (B F A).\n")
    (⍨ +) 1  
SYNTAX ERROR
    (⍨+)1
    ^  ^

    (+ ⍨) 1  
2

Patch is attached,



Reply via email to