Suppose you have global variables dotsize and big as shown here:
and suppose you use this block
to set the variable big as follows:
Set global big to number VALUE
and then suppose you set the variable dotsize as in the following statement:
What value is dotsize ?
Remember to distinguish between a variable's name and its value.
dotsize will be set to the value of big. So its value is VALUE.