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