Re: [Bug-apl] Syntax error defining a function

2014-07-14 Thread Blake McBride
Looks good. Thanks! On Mon, Jul 14, 2014 at 5:37 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 371. > > /// Jürgen > > > > On 07/12/2014 06:27 PM, Blake McBride wrote: > >)CLEAR > CLEAR WS > ∇test > [1] 5∇ > SYNTAX ERROR > [1]

Re: [Bug-apl] Syntax error defining a function

2014-07-14 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 371. /// Jürgen On 07/12/2014 06:27 PM, Blake McBride wrote: )CLEAR CLEAR WS ∇test [1] 5∇ SYNTAX ERROR [1] You should be able to end a line with a del to close the function and end the edit. It works on IBM APL 2. Thanks. Blake

[Bug-apl] Syntax error defining a function

2014-07-12 Thread Blake McBride
)CLEAR CLEAR WS ∇test [1] 5∇ SYNTAX ERROR [1] You should be able to end a line with a del to close the function and end the edit. It works on IBM APL 2. Thanks. Blake