all

ABSTRACT

Determines whether or not all elements of a vector are non zero

PARAMETERS
va vector of a numbers
RETURN

1 if all elements in the vector are non zero, and 0 otherwise. If the vector is empty, this function returns 1

DECLARATION
func all(v)