LISP – Constants

  • Post author:
  • Post category:LISP
  • Post comments:1 Comment

This topic is about LISP - Constants. In LISP, constants are variables that never change their values during program execution. Constants are declared using the defconstant construct. Example The following example shows…

Continue ReadingLISP – Constants