Is it possible to get parameter names to a function? 

For instance, 

function myfunc(x,y,z)
  x+y+z
end


given the above function, I want to recover ["x","y","z"]

Reply via email to