bug-apl
[Top][All Lists]
Advanced

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

Re: Incorrect documentation surrounding ⍨


From: Dr . Jürgen Sauermann
Subject: Re: Incorrect documentation surrounding ⍨
Date: Thu, 14 Nov 2019 21:04:34 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

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

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