PASCAL
C
y:=10;i:=1;repeat
beginy:=y+i;i:=i+1;end;
y:=y+i;i:=i+1;
y=10;i=1;do
{y=y+i;i=i+1;}
y=y+i;i=i+1;