Answer the question
In order to leave comments, you need to log in
How to decipher the strange syntactic notation of the cycle?
How to decode this syntax correctly:
int i = 0; int j = 5;
tp: for(;;) { // ?
for(;;)
if (i > --j) { break tp; }
}
tp
is a block. But here's what it is ;; in for ?
Answer the question
In order to leave comments, you need to log in
But here's what it is ;; in for?
while(true)
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question