Suppose you have a global variable named greeting
:
And suppose you do the following block in App Inventor, placing the value outlined in red into the block's 'to' slot:
VALUE
What value will the variable greeting
have?
App Inventor variables can store text or strings, such as "hello", as well as numbers, such as 8.
Remember to distinguish between a variable's name and its value.
greeting
will be set to VALUE
.