0 votes
in LISP by
Explain What Is Local Variables?

1 Answer

0 votes
by
With a given procedure local variables are defined. The parameters named as arguments within a function are also referred as local variables. They are accessible only within the respective function.
...