070 store take empty branch

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

took 42
empty

Expected output

took 42
empty

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 42)
flow ~take click a branch to expand · @labels scroll to their anchor
take (expr: items[0])
flow ~take click a branch to expand · @labels scroll to their anchor
take (expr: items[0])

Test Configuration

MUST_RUN