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