hello , i need help in this lisp program
Write a Lisp function f-l-swap that swaps the first and lastelements of a list.
Sample Output:
(f-l-swap‘((ad)f10wh)) => (hf10w(ad))
(f-l-swap‘(g6p10m)) => (m6p10g)
Expert Answer
An answer will be send to you shortly. . . . .