Hi.

I tried the newest trunk version (1114), but the program shows this
strange behaviour:


--------...
     This program is free software, and you are welcome to redistribute
     it according to the GNU Public License (GPL) version 3 or later.
                                       
      a← 2 3 4
WS FULL
      a←2 3 4
      ^^
      a ← 2 3 4
WS FULL
      a←2 3 4
      ^^
      x ← 2 3 4
WS FULL
      x←2 3 4
      ^^
      z ← ⍳3   
      a ← ⍳3
      a ← 3 4 2
WS FULL
      a←3 4 2
      ^^
      a
WS FULL
      a
      ^
      z
WS FULL
      z
      ^
      x
VALUE ERROR
      x
      ^

--------


Hudson


Reply via email to