Page 1 of 1

Each of the two function calls below was supposed to take 3 atoms and return a list. If a function call is correct, show

Posted: Fri Jul 01, 2022 5:43 am
by answerhappygod
Each of the two function calls below was supposed to take 3atoms and return a list. If a function call is correct, show whatis returned. If a function call is wrong, explain a mistake andshow how to correct it.
(a) (list ‘b ‘c ‘d) (b) (cons ‘b ‘c ‘d)