✓
Passing This code compiles and runs correctly.
Code
// Test: Basic string creation and read
import std/string
import std/io
std/string:from-page(text: "hello")
| ok s |> std/string:read(s): text |> std/io:print.ln("{{ text: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