r24 vs r25
......
231231
k==4}}}
232232
{{{#!if (s1==true)&&(s2==true)
233233
s1==true, s2==true}}}
234
{{{#!if this.v1==3.14159
235
this.v1==3.14159}}}
234
{{{#!if v1<3.14159
235
v1<3.14159}}}{{{#!if v1==3.14159
236
v1==3.14159}}}{{{#!if v1>3.14159
237
v1>3.14159}}}
238
{{{#!if v1<3.141595
239
v1<3.141595}}}
236240
----
237241
{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
238242
}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
......