LISP Expressions


Evaluating a LISP expression returns a value

  • The result of a function

  • (car '(a b c)) A
  • The result of an assignment

  • (setq a_list '(a)) (A)
  • True (successfull)

  • T
  • False (otherwise)

  • nil

    This website has been archived and is no longer maintained.