I have a list {a1, a2, ...... , an}, in which all as have been initialized to a number. I want to get:
{Unevaluated[a1], Unevaluated[a2], ...... , Unevaluated[an]} Is there a simple way to achieve this using Map, without getting a list of Unevaluated[value of ai]?