Kacper Gutowski writes:
> Well, actually you can. Even without using explicit →gotos.
>
> I'm not sure if that's the most elegant solution, but the first thing
> that comes to mind is that you can use dyadic predicate for stopping
> condition as right operand rather than a number.
>
> In this
On Mon, Aug 31, 2015 at 2:19 AM, Louis de Forcrand wrote:
> Now, my two questions aren't necessarily bugs, but the
> blog is titled "bugs and discussion". Anyway, how would I go about
> repeating a function using ⍣ until the answer reaches a certain value?
> e.g.:
> FIB ← { 2 ↓ ( { ⍵ , +/
Hi, it's me again.
The latest svn works like a charm. ./configure, make, make check,
make install, make installcheck. Couldn't be easier.
Now, my two questions aren't necessarily bugs, but the
blog is titled "bugs and discussion". Anyway, how would I go about
repeating a function using ⍣ until