Tile - Boolean Literal – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Boolean_literal.png]] | |||
*A '''boolean''' represents one of two values: '''true''' or '''false'''. | |||
*Booleans are often '''used''' in [[Ylands Tile - Conditional Statement|'''conditional testing''']]. | |||
=Examples= | |||
<gallery> | |||
Image:Ylands_Tile_-_Boolean_literal_test.png|Conditional test | |||
</gallery> | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 16:52, 20 December 2018
- A boolean represents one of two values: true or false.
- Booleans are often used in conditional testing.
Examples