Hi Blake, thanks, fixed in SVN 326.
/// Jürgen On 06/13/2014 01:00 AM, Blake McBride wrote:
)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
