tw0769.pp 93 B

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