Re: what does two semicolns ';;' do
- From: jmark <jmark@xxxxxxxxxxxxxx>
- Date: Sat, 28 Jun 2008 12:02:02 -0700 (PDT)
On Jun 28, 1:43 pm, la...@xxxxxxxxxxxxxxxxx wrote:
I am looking at some code which process an uploaded file and it has
loops like:
for(;;){ // for([two semicolons){
what is the function of the two semicolons? loop until break?
I've tried to google it but the text filter seems to remove the
semicolons.
yes, that's an infinite loop
.
- References:
- what does two semicolns ';;' do
- From: larry
- what does two semicolns ';;' do
- Prev by Date: Re: what does two semicolns ';;' do
- Next by Date: Re: what does two semicolns ';;' do
- Previous by thread: Re: what does two semicolns ';;' do
- Next by thread: Re: what does two semicolns ';;' do
- Index(es):
Relevant Pages
|