Re: [Bug-apl] Error compiling a function

2014-08-19 Thread Juergen Sauermann
Hi Elias, thanks, fixed in SVN 438. /// Jürgen On 08/17/2014 06:11 PM, Elias Mårtenson wrote: OK, I have come up with a way to reproduce this. This is a simplified version of a program started to fail, and

Re: [Bug-apl] Error compiling a function

2014-08-17 Thread Elias Mårtenson
OK, I have come up with a way to reproduce this. This is a simplified version of a program started to fail, and when I try to )SIC after the error, I get the error. To reproduce, first define the following operator: ∇(OP rep) N;ct ct←0 Lnext: →(ct=N)/0 ⊣OP ⎕IO+ct ct←ct+1 →Lnext ∇ Then,