Browse By

Scratch – Exploring all the Block: Online Course

Operators blocks

Boolean

BLOCKFUNCTION
() less than ()The condition for checking if a value is less than the other.
() equals to ()he condition for checking if two values are equal.
() greater than ()The condition for checking if a value is greater than the other.
() and ()True if both conditions are true.
() or ()True if either condition is true.
not ()Makes the condition checked if it is false, not true, or true, not false.

Reporter

BLOCKFUNCTION
() + ()The value of the addition.
() - ()The value of the subtraction.
() x ()The value of the multiplication.
() divided ()The value of the division.
pick random () to ()Picks a random number between the two limits.
join () ()The two values put right next to each other.
letter () of ()The specified character of the value.
length of ()The length of the value.
() mod () The remainder of the division.
round ()Rounds the value to the nearest whole number.
() math of ()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.