056 store file open column

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

open a
close 42
took-and-closed
open b
close 42

Expected output

open a
close 42
took-and-closed
open b
close 42

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: files, capacity: 8, source: handle: *app/lib/fs:File<opened!>)
flow ~open click a branch to expand · @labels scroll to their anchor
open (path: "a")
flow ~open click a branch to expand · @labels scroll to their anchor
open (path: "b")

Imported Files

lib/fs.kz

Test Configuration

MUST_RUN