Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Boolean_composition.png]] | [[Image:Ylands_Tile_-_Boolean_composition.png]] | ||
*Composition operators can be used in [[Ylands Tile - Conditional Statement|'''Conditional Statement''']] to '''determine''' the '''logic''' between | *Composition operators can be used in [[Ylands Tile - Conditional Statement|'''Conditional Statement''']] to '''determine''' the '''logic''' between two conditions and take '''action''' depending on the '''result'''. | ||
**'''AND''' - both conditions have to be true | **'''AND''' - both conditions have to be true | ||
**'''OR''' - at least one of the conditions have to be true | **'''OR''' - at least one of the conditions have to be true |
Revision as of 18:17, 11 December 2018
- 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
- See also If-Else.