ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the use of (WRITE 'Argument)?
Correct Answer: C — Same as (write 'argument)
It works same as (write 'argument) because LISP is case insensitive language.