What is the use of (WRITE 'Argument)?
It converts argument in small letters to capital letters
It returns capital letters from the string
Same as (write 'argument)
It converts the string into alphabetical order/sequence
Correct Answer: C — Same as (write 'argument)
Explanation:
It works same as (write 'argument) because LISP is case insensitive language.