Question: How to get the name of a variable

Hi,

I am looking for a function which gives me the name of a variable. Something like NameOf :

-------------------

x:=1;

y:=Array(1..2);

NameOf(x);

"x"

Nameof(y);

"y"

-----------------------------------

It must be standard but I am very new to Maple...

Thanks,

 

 

Please Wait...