Tile - Boolean Literal – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Boolean literal to Ylands:Tile - Boolean Literal: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Boolean Literal == | |||
= | [[File:YlandsTile-8.png]] | ||
=== Description === | |||
Boolean represents one of two values: '''true''' or '''false'''. | |||
=== Notes === | |||
* Booleans are often used in conditional testing. | |||
=== See Also === | |||
[[Ylands:Tile_-_If|If]] | |||
Line 14: | Line 24: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Boolean Literal
Description
Boolean represents one of two values: true or false.
Notes
- Booleans are often used in conditional testing.
See Also