139 for stops at its keep condition

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

stopped seen 5 sum 10 full 20

Expected output

stopped seen 5 sum 10 full 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: w, source: seen: 0[i64], sum: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: u, source: n: 0[i64])
subflow ~limited click a branch to expand · @labels scroll to their anchor
for (0..20, keep: w.seen < 5)
subflow ~full click a branch to expand · @labels scroll to their anchor
for (0..20, keep: 1 == 1)
flow ~limited click a branch to expand · @labels scroll to their anchor
limited

Test Configuration

MUST_RUN