253 positional row addressing through a grid

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

aid 0 hp -5
aid 1 hp -5
aid 2 hp 30
aid 3 hp 100
aid 4 hp 100
aid 5 hp 100
aid 6 hp 100
aid 7 hp 100

Expected output

aid 0 hp -5
aid 1 hp -5
aid 2 hp 30
aid 3 hp 100
aid 4 hp 100
aid 5 hp 100
aid 6 hp 100
aid 7 hp 100

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: agents, capacity: 8, source: aid: i64, hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: xref, size: 8, source: h: 0[i64])
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..8)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: agents)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: agents)

Test Configuration

MUST_RUN