Getting Started Guide

SCRATCH CODING KIT
Conditional Operator
Introduction
Condition 'or' -condition 'or' is true if only one of the left or right is true.
See the example of the condition 'or' below.
In the condition 'or', the left is true and the right is false. Because one condition is true
In the example above, both conditions are true, so the whole condition is true.
the example above, the entire condition is false because both conditions are false.
= true
true + true
= true
true + false
= false
false + false