012 a grid write is one link of its chain

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

the chain continues
g0 2,5 g1 3,5

Expected output

✓ Zig✓ JavaScript
the chain continues
g0 2,5 g1 3,5

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: g, size: 4, source: x: 0[i64], y: 0[i64])
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: g[1].x: 1)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..2)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "g0 {{ g[0].x:d }},{{ g[0].y:d }} g1 {{ g[1].x:d }},{{ g[1].y:d }}")

Test Configuration

MUST_RUN