Menu

[Solved]Write Function Insertl Takes Three Arguments Atoms New Old List Atoms Builds List New Inse Q37260388

write the function insertL which takes three arguments: theatoms new and old, and a list of atoms. it builds a list with newinserted to the left of the first occurrence of old.

Example: (insertL ‘fudge ‘fruit ‘(ice cream with fruit fordessert)) returns

(ice cream with fudge fruit for dessert).

for language Emacs lisp.

Expert Answer


Answer to write the function insertL which takes three arguments: the atoms new and old, and a list of atoms. it builds a list wit… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *