~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#vectors| Vectors]] ====== V4 ====== V4(2 3 4 5) ->vector ===== Description ===== 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(2 3 4 5) ->vector trace(<-vector) See also [[4rpl:commands:specialsyntax#vectors]] for usage information and notation. <=[[4rpl:start| Index]]