027 store pure k reactive attach

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

Low hp 5
Low hp 3

Expected output

Low hp 5
Low hp 3

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: game, source: hp: 0[i64])
flow ~std/store click a branch to expand · @labels scroll to their anchor
std/store (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: 15)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: game.hp: 3)

Test Configuration

MUST_RUN