Appending arguments



Hi list,

How do you append arguments to an operator ?
Given the list [a,b]
how will you turn f(x,y) into f(x,y,a,b) ?

Example:

integrate(f(t),t) -> integrate(f(t),t,a,b)

TIA

J?r?me