mI'ghomjangwI'mey/vector functions
The standard vector functions are provided in a library package or . A var'aq vector is defined simply as a list of numbers (mI'ghom).
- mI'ghom'a'/vector? --
Returns 1 if the specified list is a vector (all numbers); 0 if not.
- naQHoch/sum --
Pops the vector on top of the stack and returns the sum of all of its members.
- law'Hoch/product --
Pops the vector on top of the stack and returns the product of all of its members.