← how-to

comments

zo / basic

program
-! `main` is where every zo program starts.
fun main() {
  -- A line comment: a quick note on one line.

  -*
    A block comment spans multiple lines — handy for longer
    notes or temporarily switching off a chunk of code.
  *-

  showln("JOiN THE DEVOLUTiON.");
}
output
JOiN THE DEVOLUTiON.

reachout

echo -n 'dGhlQGNvbXBpbG9yZHMuaG91c2U=' | base64 --decode

For humans: faq.

For Ai agents: llms.txt (curated index) and llms-full.txt (full docs).

Privacy: No cookies, no ads, no tracking. It's like you were never here.