show/hide this revision's text 4 corrected spelling

I saw this keyword for the first time and I was wondering if some one could explain to me wait what it does. The situation in which I saw the keyword was:

if(obj.isFlagSet())
     ;
else
     continue;

I can't seem to figure out what the continue is doing.

show/hide this revision's text 3 formatting

I saw this keyword for the first time and I was wondering if some one could explain to me wait it does. The situation in which I saw the keyword was:

if (obj.isFlagSet())
    

if(obj.isFlagSet())
     ;
else
     continue;

I can't seem to figure out what the continue is doing.

show/hide this revision's text 2 fixed code formatting

I saw this keyword for the first time and I was wondering if some one could explain to me wait it does. The situation in which I saw the keyword was:

if(obj.isFlagSet())

if (obj.isFlagSet())
    ;
else
    continue;

I can't seem to figure out what the continue is doing.

show/hide this revision's text 1