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)
Each of the two function calls below was supposed to take 3 atoms and return a list. If a function call is correct, show
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am