This is an old revision of the document!
⇐ Index
V2(2 3) ->vector
Pops two items from the stack, treats them as float, and creates a new Vector and pushes it to the stack. The two values popped from the stack occupy the x and y positions in the new vector. The z and w positions will be zero.
V2(2 3) ->vector trace(<-vector)
⇐ Index