Test Commands / Mathematical Commands
if (equaln(vA,B)) { ..... if (vA == B) { .....
Returns true if vA is equal to B.
equalv