Re: [Bug-apl] Error compiling a function
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
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,