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.
