For the complete documentation index, see llms.txt. This page is also available as Markdown.

Boolean

A boolean is a value representing a true or false value. A boolean is not a variable, meaning it cannot be treated like a property.

Syntax for booleans is either true or false.

 true
 false

Last updated

Was this helpful?