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.

...