JavaCompilerCore/examples/achim/ForTest.jav

11 lines
84 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class ForTest{
methode(){
i;
/*i=0;*/
b;
for(;i+1;){
/*i=1;*/
}
}
}