Question: Maple 16 - Function as parameter in a procedure

Hi, how can I make a prodecure in Maple 16 that takes a function as a paremter and then manipulates with it?

e.g

Test := proc(f)
return f(10):
end proc 

And I can then run Test(f(x)) and get f(10) back?

Thanks 

Please Wait...