int a = 22; int b = 23; if(a < b) { Serial.print("variable a is less then variable b "); }
value1 < value2