http://stackoverflow.com/questions/32928524/julia-introspection-get-name-of-variable-passed-to-function/32936088#32936088
On Fri, Nov 6, 2015 at 4:32 PM, Eric Jang <[email protected]> wrote: > 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"] >
