variable

NAME
A variable refers to a top-level variable or to an argument of a procedure. If no enclosing procedure's argument or top-level variable matches this name, evaluation of the name causes an error. If the name matches a defined function, then evaluation of the name causes an error.

Beginning Student Language


Google