ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
In the syntax (setf arg1 arg2), what is arg2?
Correct Answer: B — A value to be set on arg1
In general, the arg2 or argument2 is the value that is to be set on arg1. It can be a number, a list, a symbol, a formula, etc.