247 rule names its row handle

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

took 20
unit hp 10
unit hp 777

Expected output

took 20
unit hp 10
unit hp 777

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: units, capacity: 64, source: hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: mark, capacity: 1, source: who: 0[i64])
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: units)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: units, source: hp: 10)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: units)

Test Configuration

MUST_RUN