UNPKG

mlld

Version:

mlld: llm scripting language

14 lines (12 loc) 372 B
--- id: variables-truthiness title: Truthiness Rules brief: What mlld considers falsy category: syntax parent: variables tags: [variables, conditionals, truthiness] related: [variables-conditional, when-simple] related-code: [interpreter/utils/truthiness.ts] updated: 2026-01-05 --- Truthiness: falsy = `null`, `undefined`, `""`, `"false"`, `"0"`, `0`, `NaN`, `[]`, `{}`