Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Boolean composition to Ylands:Tile - Boolean Composition Expression: 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 Composition Expression == | |||
=Notes= | [[File:YlandsTile-18.png]] | ||
* | |||
* | === Description === | ||
Composition operators can be used in '''Conditional Statement''' to '''determine''' the '''logic''' between two conditions and take'''action''' depending on the '''result'''. | |||
=== Notes === | |||
* '''AND''' - both conditions have to be true. | |||
* '''OR''' - at least one of the conditions have to be true. | |||
=== See Also === | |||
[[Ylands:Tile_-_If|If]] | |||
Line 15: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Boolean Composition Expression
Description
Composition operators can be used in Conditional Statement to determine the logic between two conditions and takeaction depending on the result.
Notes
- AND - both conditions have to be true.
- OR - at least one of the conditions have to be true.
See Also