Page 1 of 1

In LISP, which of the following function assigns the value 10 to the symbol a?

Posted: Thu Jul 14, 2022 8:01 am
by answerhappygod
a) (setq a 10)
b) (a = b) where b = 10
c) (a = 10) (d) (setq 10 a)
d) All of the mentioned