01-hellook
Structure
fn · h1main
comment
comment
Lines that start with Markdown emphasis markers can be treated as code — keep narrative as plain prose.
call
> print text=Hello World!Functions
Variables
No bindings
Execution
Hello World!
Source
--- title: Hello World description: Smallest runnable doc --- # main Ordinary paragraphs are comments. `print` is a built-in, not a syntax marker. Lines that start with Markdown emphasis markers can be treated as code — keep narrative as plain prose. > print text=Hello World!
Ordinary paragraphs are comments.
printis a built-in, not a syntax marker.