038 store plural updated delta

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

pool -15
hp now 25
pool -30
hp now 65

Expected output

pool -15
hp now 25
pool -30
hp now 65

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: reserve, source: pool: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: squad, source: hp: i64, kind: i64)
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: reserve)
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: squad)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: squad, source: hp: 40, kind: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: squad, source: hp: 60, kind: 2)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: squad, source: hp: 80, kind: 1)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: squad)

Test Configuration

MUST_RUN