1 2 3 4 5 6 7 8 9 10
program main ( input, output ); var a: integer; begin 1 = 1; 1 <= 1; 1 >= 1; 1 < 1; 1 > 1; 1 <> 1 end.