You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
162 B

if(X == Y)
X = Z;
if(Y == Z)
Y = X;
for (i=0; i<5; i++)
foo(i);
for (i=0; i<5; i++)
foo(i);
while (i<5)
foo(i++);
while (i<5)
foo(i++);