Commit 53e96634 by sikang

bug fix

parent 9205799a
...@@ -38,7 +38,7 @@ if(${condition}){ ...@@ -38,7 +38,7 @@ if(${condition}){
@---sep--- @---sep---
${vars} ${vars}
boolean ${name2} = ${condition}; boolean ${name2} = ${condition};
if(${name1}){ if(${name2}){
System.out.println(${name1} + "${string2}"); System.out.println(${name1} + "${string2}");
} }
@---sep--- @---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