Here's an example of terrible structure, but fine denotation:
global int i, j;
for(j=0; j < 10; j++)
{
i = j;
for(j=0; < 10; j++)
print( my_array[i][j] )
j = i;
}
Here's an example of terrible structure, but fine denotation:
global int i, j;
for(j=0; j < 10; j++)
{
i = j;
for(j=0; < 10; j++)
print( my_array[i][j] )
j = i;
}
Messages (1)
Yeah, you have terrible structure.
I don't know. I don't understand programming, I just felt bad because you have no comments, and I wanted to brighten your day.
Did it work?