Biblioteca Java - Diff between revs 4 and 39

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 4 Rev 39
Line 1... Line -...
1 package inroducere.java.breackcontinue; -  
-   1 package introducere.java.breackcontinue;
2 2
3 /** 3 /**
4  * Exemplify the use of the continue statement. This can be used to skip the current 4  * Exemplify the use of the continue statement. This can be used to skip the current
5  * iteration of a for, while , or do-while loop. 5  * iteration of a for, while , or do-while loop.
6  */ 6  */