Menu

[Solved]Write Function Substall Takes Three Arguments Atoms New Old List Atoms Build List Occurren Q37260653

write the function substall which takes three arguments: theatoms new and old, and a list of atoms. it build a list in whichall occurrences of old are replaced by new.

Examples: (substall ‘fudge ‘fruit ‘(ice cream with fruit andmore fruit))returns

(ice cream with fudge and more fudge).

for the language Emacs lisp.

Expert Answer


Answer to write the function substall which takes three arguments: the atoms new and old, and a list of atoms. it build a list in … . . .

OR


Leave a Reply

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