067 store each momentary sweep nested

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

v 10
v 20
v 10
v 20

Expected output

v 10
v 20
v 10
v 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 8, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 20)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..2)

Test Configuration

MUST_RUN