Scratch – Exploring all the Block: Online Course
Operators blocks |
Boolean
BLOCK | FUNCTION |
---|---|
The condition for checking if a value is less than the other. | |
he condition for checking if two values are equal. | |
The condition for checking if a value is greater than the other. | |
True if both conditions are true. | |
True if either condition is true. | |
Makes the condition checked if it is false, not true, or true, not false. |
Reporter
BLOCK | FUNCTION |
The value of the addition. | |
The value of the subtraction. | |
The value of the multiplication. | |
The value of the division. | |
Picks a random number between the two limits. | |
The two values put right next to each other. | |
The specified character of the value. | |
The length of the value. | |
The remainder of the division. | |
Rounds the value to the nearest whole number. | |
The block performs a specified function on a given number and reports the result. The function can be changed by clicking the down arrow and selecting a new function from the drop-down menu. |