Commit f0115386 by sikang

bug fix

parent 53e96634
......@@ -27,7 +27,7 @@ while(${condition}){
@---sep---
${vars}
for(int ${name2} = 0; ${condition}; ${name2}++ ){
${name3} = ${name2} + ${name1};
String ${name3} = ${name2} + ${name1} + "${string4}";
System.out.println(${name3} + "${string2}" + "${string3}" );
}
@---sep---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment