Skip to main content

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.