bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Axis argument functions don't check for duplicate variable nam


From: Blake McBride
Subject: [Bug-apl] Axis argument functions don't check for duplicate variable names
Date: Thu, 12 Jun 2014 18:00:13 -0500

      )CLEAR
CLEAR WS
      ∇z←test z
[1] z
[2] ∇
Duplicate symbol z!!!
DEFN ERROR+
      ∇z←test z
              ^
      ∇x test x
[1] x
[2] ∇
Duplicate symbol x!!!
DEFN ERROR+
      ∇x test x
              ^
      ∇z←test[z] x
[1] x
[2] ∇


The last definition should have given a DEFN error

Blake


reply via email to

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