Page 1 of 1

In LISP, what is the function assigns the symbol x to y?

Posted: Thu Jul 14, 2022 8:01 am
by answerhappygod
a) (setq y x)
b) (set y = ‘x’)
c) (setq y = ‘x’)
d) (setq y ‘x’)