046 grid cells across modules

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

cross-module read ok
swept 42

Expected output

cross-module read ok
swept 42

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: acc, source: n: 0[i64])
flow ~seed click a branch to expand · @labels scroll to their anchor
seed
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: cells[2].count: cells[2].count + 1)
flow ~if click a branch to expand · @labels scroll to their anchor
if (cells[2].count == 42)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: cells)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "swept {{ acc.n:d }}")

Test Configuration

MUST_RUN