UNPKG

mlld

Version:

mlld: llm scripting language

18 lines (16 loc) 493 B
--- id: reserved-variables title: Reserved Variables brief: Built-in system variables category: syntax parent: variables tags: [variables, reserved, system] related: [variables-basics, file-loading-metadata] related-code: [interpreter/env/Environment.ts, core/reserved-vars.ts] updated: 2026-01-05 --- - `@now` - current timestamp - `@input` - stdin/env (must be allowed in config) - `@base` - project root path - `@debug` - environment info - `@fm` - current file's frontmatter (in modules)