Hi Blake, thanks, fixed in SVN 291.
/// Jürgen On 05/26/2014 05:51 AM, Blake McBride wrote:
∇test[⎕]∇ ∇ [0] test [1] ⍞←'111111 ' [2] zz←⍞ [3] ⍞←'222222 ' [4] zz←⍞ ∇ test 111111 111111 222222 I just hit Enter at the end of each line. 111111 should not be displayed twice. Blake