Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Boolean_composition.png]] | |||
*Composition operators can be used in [[Ylands Tile - Conditional Statement|'''Conditional Statement''']] to '''determine''' the '''logic''' between variables or values 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 [[Ylands Tile - Conditional Statement|'''If-Else''']]. | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 18:02, 11 December 2018
- Composition operators can be used in Conditional Statement to determine the logic between variables or values 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.