bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Listing a function shouldn't create one


From: Juergen Sauermann
Subject: Re: [Bug-apl] Listing a function shouldn't create one
Date: Mon, 09 Jun 2014 20:00:18 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Blake,

thanks, fixed in SVN 316.

/// Jürgen


On 06/07/2014 06:17 PM, Blake McBride wrote:
Listing a non-existent function shouldn't create a new function.  This is a problem when you make a typo.


GNU APL:

      )CLEAR
CLEAR WS
      ∇GG[⎕]∇
    ∇
[0]   GG
    ∇
      )FNS
GG      



IBM APL 2:

      )CLEAR
CLEAR WS
      ∇GG[⎕]∇
DEFN ERROR
      )FNS
      ∇GG[⎕]
DEFN ERROR
      )FNS
      ∇GG
[1]   ∇
      )FNS
GG










reply via email to

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