c++ not greater than

C++
int x, y;
if (x < y){
  //code
}






Source

Also in C++: