On Sat, Oct 15, 2016 at 09:59:01PM +0200, Timo Paulssen wrote:
: Actually, I just tested the code and on my machine it always outputs
: "test". The only difference between uncommenting "say 'run'" is that
: it'll output "run" once at the end - or not.
:
: So now I'm wondering what i did differently from you?!
More precisely, this was fixed in:
commit 589061eac14f2847e2c4b401d2ff2eb30c62675e
Author: TimToady <[email protected]>
Date: Fri Aug 5 15:57:18 2016 -0700
loop and repeat not properly self-sinking
Loops at statementlist level should be self-sinking by default.
The loop and repeat forms of loop were not doing this correctly.
Fixes RT #127563 and RT #128596.
Larry