Computer Science, asked by brockprasad1446, 10 months ago

Write a LISP function to concatenate two lists.

Answers

Answered by Anonymous
0
Common Lisp input (concat-lists '(1 2 3) '(4 5 6)) should return (1 2 3 4 5 6)


hope it help
mark as brainliest
Similar questions