005 store plural query watch

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

enemy hp 50

Expected output

enemy hp 50

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: game, source: hp: i64, kind: i64)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: game)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 30, kind: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 50, kind: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 60, kind: 2)

Test Configuration

MUST_RUN