✓
Passing This code compiles and runs correctly.
Code
// Test: Basic string creation and handle print (610_007: `read` retired —
// consumers take the handle; `{{ s:S }}` reads it inside the step)
import std/string
import std/io
std/string:from-page(text: "hello")
| ok s |> std/io:print.ln("{{ s:S }}") |> std/string:free(s)
| err _ |> _
Actual
hello
Expected output
hello
Flows
flow ~from-page click a branch to expand · @labels scroll to their anchor
from-page (text: "hello")
Test Configuration
MUST_RUN