any

ABSTRACT

Determines whether or not any element of a vector is non zero

PARAMETERS
va vector of a numbers
RETURN

1 if any element in the vector is non zero, and 0 otherwise. If the vector is empty, this function returns 0

DECLARATION
func any(v)