124 store rebuild row by row

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

row 1 10
row 2 20
copy 1 10
copy 2 20

Expected output

row 1 10
row 2 20
copy 1 10
copy 2 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: src, capacity: 4, source: id: i64, hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: dst, capacity: 4, source: id: i64, hp: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: src, source: id: 1, hp: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: src, source: id: 2, hp: 20)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: src)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: src)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: dst)

Test Configuration

MUST_RUN