Eric Jang Fri, 06 Nov 2015 14:51:36 -0800
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"]