Created by: dvkt
What do you think about an EMPTY VECTOR vec command that clears the content of a vector?
EMPTY VECTOR vec
I am splitting apart string into vectors in a loop, and right now I'm clearing the vector by hand. Maybe that's okay though?