008 store update where

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

hp now 20
hp now 40

Expected output

hp now 20
hp now 40

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: game, capacity: 64, source: hp: i64, kind: i64)
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: game)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 40, kind: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 60, kind: 2)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 80, kind: 1)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: game)

Test Configuration

MUST_RUN