tbug751.pp 77 B

123456
  1. var x,y:integer;
  2. begin
  3. y:=5;
  4. for x:=0 to 10 do if x<y then writeln(x);
  5. end.