017 lib mode exports survive and are importable

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

hello Lars
add is 42

Expected output

hello Lars
add is 42

Flows

subflow ~greet click a branch to expand · @labels scroll to their anchor
print.ln (expr: "hello {{ name:s }}")
flow ~greet click a branch to expand · @labels scroll to their anchor
greet (name: "Lars")
flow ~add click a branch to expand · @labels scroll to their anchor
add (a: 20, b: 22)

Test Configuration

MUST_RUN