View Single Post
Old 11-29-2005, 11:47 AM   #10 (permalink)
baronvongogo
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

well, say I activate a lot of things such as:

void something(){

workstart:
work1
work2
work3
work4

if (work1 <=0)
goto workstart;
}


Just simple to use inside a function to go back to the beginning isnt it? Not like its jumping all over the code its within the eyeline of the label and simple to follow.
__________________
baronvongogo is offline