Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt

Use this file to discover all available pages before exploring further.

Comments

SLang comments are single-line comments that start with ;;.
;; This comment is valid SLang.
entity Task
  fields
    title: TEXT
Do not use # or // for comments in .slang files.