reverse

ABSTRACT

Reverse the given vector

PARAMETERS
vthe vector to reverse
RETURN

a vector of the same length as the input, but the order of elements are now reversed

DECLARATION
func reverse(v)