marqdo

01-hellook

structure/01-hello.mq.md

Structure

fn · h1main
comment

Ordinary paragraphs are comments. print is a built-in, not a syntax marker.

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!

Variable