009 store chain envelope multi write

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

hp 5 mp 3
mp 3

Expected output

hp 5 mp 3
mp 3

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: game, source: hp: 0[i64], mp: 0[i64])
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: game)
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: game)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: game.hp: 5, game.mp: 3)

Test Configuration

MUST_RUN