Every var actually IS a three dimensional vector. Always.
By defining "var a;" you always have access to a.x, a.y, a.z.
So the & operator does work. Even if you use just a single var, because it always is a vector.
Ok, you're right, it's not mentioned and should be added.
Source of information: jcl and various threads here in the forum
