112 store backed kernel

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

x 1.2 v 1.2
x 9.3 v -0.7
x 100.9 v 0.9

Expected output

x 1.2 v 1.2
x 9.3 v -0.7
x 100.9 v 0.9

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: world, capacity: 32, source: x: f64, vx: f64, mass: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: x: 0.0, vx: 1.0, mass: 2.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: x: 10.0, vx: -1.0, mass: 3.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: x: 100.0, vx: 0.5, mass: 4.0)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: world, source: )
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: world)

Test Configuration

MUST_RUN