blob: af7a92f90621f1c154cdecb81bc39a4a030d5eae [file] [log] [blame]
while ( a >= 0)
{
if ( b)
{
for ( j = 0; j < 10; j++)
{
if ( j == b)
{
return;
}
a++;
}
}
b--;
}