JavaCompilerCore/examples/achim/ForTest.jav
2013-10-18 13:33:46 +02:00

11 lines
84 B
Java
Executable File

class ForTest{
methode(){
i;
/*i=0;*/
b;
for(;i+1;){
/*i=1;*/
}
}
}