-
Notifications
You must be signed in to change notification settings - Fork 18
Variable blocks
Jaume Olivé Petrus edited this page Oct 29, 2017
·
2 revisions
A variable a storage location paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information referred to as a value. The variable name is the usual way to reference the stored value; this separation of name and content allows the name to be used independently of the exact information it represents.