025 store reference reactive attach

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

hp 5
hp 9

Expected output

hp 5
hp 9

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: 9)

Test Configuration

MUST_RUN