123 overlapping systems compose sequentially

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

p 3 v 6
p 111 v 22

Expected output

p 3 v 6
p 111 v 22

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: world, capacity: 8, source: px: i64, vx: i64, ax: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: px: 0, vx: 1, ax: 2)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: px: 100, vx: 10, ax: 1)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: world)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: world)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: world)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: world)

Test Configuration

MUST_RUN