I have a new favorite Java keyword: continue. Dunno how I missed this for all this time, but it’s wonderful.
In any loop, it advances to the next loop cycle.
I have a new favorite Java keyword: continue. Dunno how I missed this for all this time, but it’s wonderful.
In any loop, it advances to the next loop cycle.
Add comment