Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
m (YlandsClassyBot moved page Ylands Tile - Boolean composition to Ylands:Tile - Boolean Composition Expression: New Structure) |
(No difference)
|
Revision as of 07:09, 8 July 2021
- Composition operators can be used in Conditional Statement to determine the logic between two conditions and take action depending on the result.
- AND - both conditions have to be true
- OR - at least one of the conditions have to be true
Notes
- In case of AND, if first condition fails, then the second one is not executed at all.
- In case of OR, if first condition succeed, then the second one is not executed at all.
- See also If-Else.