008 store update where

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

hp now 20
hp now 40

Expected output

hp now 20
hp now 40

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: game, 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