Page 1 of 1

What's the meaning of doing a labeled block

Posted: Wed Mar 06, 2013 6:01 pm
by The_Nick
Hi,
What's the meaning of doing a labeled block?
Thanks in advance!


The_Nick

Re: About Question enthuware.ocajp.i.v7.2.1255 :

Posted: Wed Mar 06, 2013 6:48 pm
by admin
you can put a label on a block of code such as:

mylabel : for(;;){

}