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.

Related questions

0 votes
asked Mar 2, 2021 in LISP by SakshiSharma
0 votes
asked Sep 10, 2022 in Scala Constructs by Robin
...