010 grid layout row and column agree

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

column 117 row 117 explicit 117

Expected output

✓ Zig✓ JavaScript
column 117 row 117 explicit 117

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: colg, size: 8, source: a: 0[i64], b: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: rowg, size: 8, source: a: 0[i64], b: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: explicitg, size: 8, source: a: 0[i64], b: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: acc, source: n: 0[i64], m: 0[i64], e: 0[i64])
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: colg[2].a: 5, colg[2].b: 7)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: rowg[2].a: 5, rowg[2].b: 7)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: explicitg[2].a: 5, explicitg[2].b: 7)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: colg[6].a: colg[2].a + 1)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: rowg[6].a: rowg[2].a + 1)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: explicitg[6].a: explicitg[2].a + 1)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: colg)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: rowg)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: explicitg)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "column {{ acc.n:d }} row {{ acc.m:d }} explicit {{ acc.e:d }}")

Test Configuration

MUST_RUN