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