top of page
The Blog
Search



Vida Waran
Nov 27, 20240 min read


Chapter 12: Variables Blocks
What is variable? Variable is a reserved memory location to store values. Memory location has a label and a value. The value can be dynamic and can be changed programmatically. Variables can only hold one value at a time, unlike lists. These values can be either numbers or strings How to create your own variable? The clickable button “make variable” in variables category, allows the user to create new variable. Scratch does not allow variables to be created by a script as it

Vida Waran
Nov 27, 20242 min read
bottom of page

