r22 vs r23
......
200200
{{{#!if this.s3=false
201201
}}}}}}{{{#!if i+=1
202202
}}}
203
{{{#!if v1=="3.1415"
204
v1=="3.1415"}}}
203
{{{#!if j==1
204
j==1}}}
205
{{{#!if this.v1==3.1415
206
this.v1==3.1415}}}
205207
----
206208
{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
207209
}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
......
220222
{{{#!if this.s3=false
221223
}}}}}}{{{#!if i+=1
222224
}}}
223
{{{#!if v1=="3.14159"
224
v1=="3.14159"}}}
225
{{{#!if j==1
226
j==1}}}
227
{{{#!if this.v1==3.14159
228
this.v1==3.14159}}}
225229
----
226230
{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
227231
}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
......