A Local Variable is a variable whose scope is limited to a specific block, function, method, or routine.
Local variables help contain state and reduce unintended interactions with other parts of a program.
Related concepts include Variable.