0 votes
in LISP by
Explain what is LISP constants?

1 Answer

0 votes
by

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

...