Strange for loop
Posted
by Ben Baraga
on Stack Overflow
See other posts from Stack Overflow
or by Ben Baraga
Published on 2010-04-29T13:14:02Z
Indexed on
2010/04/29
13:17 UTC
Read the original article
Hit count: 362
Hello! I was looking though a fellow developers code when I saw this ..
for (;;){
....
....
....
}
I have never seen ";;" used in a loop. What does this do exactly?
© Stack Overflow or respective owner