Function: subst

Substitute NEW for OLD everywhere in TREE (non-destructively).
Return a copy of TREE with all elements `eql' to OLD replaced by NEW.

Keywords supported: :test :test-not :key

(fn NEW OLD TREE [KEYWORD VALUE]...)