ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which primitive can be used to create a list?
Correct Answer: B — setf
Setf is used to create the list. Getf is used to retrieve the data from list. Make is not a primitive in LISP.