a) (setq y x)
b) (set y = ‘x’)
c) (setq y = ‘x’)
d) (setq y ‘x’)
In LISP, what is the function assigns the symbol x to y?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In LISP, what is the function assigns the symbol x to y?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!