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.

Related questions

0 votes
0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
...