Loading practice questions
What can be used as an argument for a primitive?
Correct Answer: D — Atoms, List, Another LISP program, Used-defined function
Explanation:
These all can be used as an argument for a primitive. Arguments depend on the type of primitive used. Example for arithmetic operators: numbers are used. For list functions: lists are used.