How can I "Recall" the parameter name instead of its value?

If there is a variable as following,
variable/g d_spacing = 2.5

when I excute "print d_spacing", it gives "2.5".
Instead, can I get "d_spacing" instead of 2.5?