Definitions for "Local Variable"
These are variables that are only available within a specific function's braces.
A variable allocated and used only within the current procedure.
A variable that is present within the current instance of the shell. It is not available to programs that are started by the shell.
A symbol defined in one program module or procedure that can only be used within that program module or procedure.