for(new a = 0; a < SOME_DEFINE; a++) { for(new b = 0; b < SOME_OTHER_DEFINE; b++) { if(!bla[a][b]) continue; } }