Say you have an array

x = rand(5)

or just any variable

y = "abc"

How would I write a function that I would call like foo(x) and would return 
the symbol :x?

Reply via email to