Tile - Boolean Literal – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
[[Category: Ylands 0.10]] | |||
[[Category: Literals]] |
Revision as of 15:27, 2 January 2019
- A boolean represents one of two values: true or false.
- Booleans are often used in conditional testing.
Examples