[Solved]Write Function Ins Atoms Builds List New Inserted Left First Occurrence Old Example Insert Q37167613

Write the function ins of atoms. It builds a list with new inserted to the left of the first occurrence of old. Example: (insertL ‘fudge ‘fruit ‘(ice cream with fruit for dessert)) returns (ice cream with fudge fruit for dessert) ertL which takes threc arguments: the atoms new and old, and a list 1. Show transcribed image text Write the function ins of atoms. It builds a list with new inserted to the left of the first occurrence of old. Example: (insertL ‘fudge ‘fruit ‘(ice cream with fruit for dessert)) returns (ice cream with fudge fruit for dessert) ertL which takes threc arguments: the atoms new and old, and a list 1.
Expert Answer
Answer to Write the function ins of atoms. It builds a list with new inserted to the left of the first occurrence of old. Example:… . . .
OR

