030 store guarded plural reactive

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

an enemy has fallen (hp -5)
an enemy has fallen (hp -2)

Expected output

an enemy has fallen (hp -5)
an enemy has fallen (hp -2)

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: arena, source: hp: i64)
flow ~std/store click a branch to expand · @labels scroll to their anchor
std/store (arena)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: arena, source: hp: 15)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: arena, source: hp: 18)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: arena, source: hp: 50)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: arena)

Test Configuration

MUST_RUN