【Tutorial】Eggy Code 101:What is Variable?How to Use?
What is a Variable?
Variable, as its name suggests, is data that can change.
For example, a person's age changes every year, making it a variable. On the other hand, π remains as 3.1415926..., so it is a constant, which means it does not change.
In Eggy Code, variable block is like a box that stores data.
The main parts of a variable block include its name, type, and value.