Variable Block-List
Blocks |
Description |
|
Assignment OperatorUse an equals sign to make a variable store the number or string you say. When you use the equals sign to store something in a variable, the equals sign is called an assignment operator, and what you store is called a value. storing numbers in variable. |
![]() |
Change, meaning increase, the value of a variable by some amount.
The change blocks increase the value in the variable by the amount you want. This is also known as an addition assignment operation. |