Test Commands / Mathematical Commands
if (greaterv(vA,vB)) { ..... if (vA > vB) { .....
Returns true if vA is greater than vB.
greatern