Ah, silly me - I had asked that question awhile ago and completely forgot about it.
On Friday, November 6, 2015 at 11:19:13 PM UTC-5, Isaiah wrote: > > > 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] > <javascript:>> 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"] >> > >
