code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(8 lines)

Boolean Values

Boolean values have the type Bool and can be either yes ("true") or no ("false").

API

API documentation

1 # Boolean Values
3 Boolean values have the type `Bool` and can be either `yes` ("true") or `no`
4 ("false").
6 # API
8 [API documentation](../api/booleans.md)