In LISP, what is the function assigns the symbol x to y?
Posted: Thu Jul 14, 2022 8:01 am
a) (setq y x)
b) (set y = ‘x’)
c) (setq y = ‘x’)
d) (setq y ‘x’)
b) (set y = ‘x’)
c) (setq y = ‘x’)
d) (setq y ‘x’)
Accurate answers. Every time.
https://answerhappy.com/