005 preorder names its row handle

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

val 10
val 20
val 999

Expected output

val 10
val 20
val 999

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: tree, capacity: 64, source: val: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: mark, capacity: 1, source: who: 0[i64])
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: tree, source: val: 10)
flow ~preorder click a branch to expand · @labels scroll to their anchor
preorder (expr: tree)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: tree[mark.who].val: 999)
flow ~preorder click a branch to expand · @labels scroll to their anchor
preorder (expr: tree)

Test Configuration

MUST_RUN