004 store no torn state

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

hp 5 shield 10
hp 9 shield 18

Expected output

hp 5 shield 10
hp 9 shield 18

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: game, source: hp: 0[i64], shield: 0[i64])
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)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: game.hp: 9)

Test Configuration

MUST_RUN