Standard Library function that returns the
v1 = [2, 1, -2] v2 = [4, -1, 3] result = CROSSP(v1, v2) PRINT, result
1 -14 -6