0 votes
in LISP by
Explain What Is A Lisp Constant?

1 Answer

0 votes
by

In LISP, during execution constants are variables that never change their values. Using the defconstant construct constants is declared.

Related questions

+1 vote
asked Mar 4, 2021 in LISP by SakshiSharma
0 votes
asked Mar 2, 2021 in LISP by SakshiSharma
...