Local variables are defined within a given procedure. The parameters named as arguments within a function definition are also local variables. Local variables are accessible only within the respective function.
Like the global variables, local variables can also be created using the setqconstruct.
There are two other constructs - let and prog for creating local variables.
The let construct has the following syntax.