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