⇐ Index ⇐ Vectors
EV4(<-vector) ->vectorW ->vectorZ ->vectorY ->vectorX
Expands a vector. Pops a vector from the stack, and pushes back to the stack all four float elements of the vector.
V3(1 2 3 4) ->vector EV3(<-vector) ->w ->z ->y ->x
⇐ Index