If the variable is a list, I want to assign the first element in that list to the variable\'s alias. The following does NOT work.
a = 1 b = [2] L = [a,b] for x i