Pops four items from the stack, treats them as float, and creates a new Vector and pushes it to the stack. The four values popped from the
stack occupy the x, y, z, and w positions in the new vector.
Examples
V3(2345)->vector
trace(<-vector)
See also vectors for usage information and notation.