Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
- 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.