bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Incorrect documentation surrounding ⍨


From: Marco Sirabella
Subject: Incorrect documentation surrounding ⍨
Date: Thu, 14 Nov 2019 00:33:52 -0500

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,

-- 
Marco Sirabella

Attachment: duplicate-commute-arg-reorder.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]