kleiner, größer, gleich,...
Was tut dieses Programm (C? Java?)
int a = -4; int b = -3; int c = -2; if (a < b < c) { printf ("aufsteigend"); }