r9 vs r10
1
@det=1@
1
@det=1
2
det=1인가? : {{{#!if +(this['det'])>0
3
0보다 크다}}}{{{#!if +(this['det'])==1
4
숫자 1이다.}}}{{{#!if this['det']=='1'
5
텍스트 1이다.}}}{{{#!if this['det']==null
6
NULL이다.}}}{{{#!if this['det']==""
7
빈 텍스트 값이다.}}}
28
9
{{{#!if @det=1@
10
}}}
311
det=1인가? : {{{#!if +(this['det'])>0
412
0보다 크다}}}{{{#!if +(this['det'])==1
513
숫자 1이다.}}}{{{#!if this['det']=='1'
614
텍스트 1이다.}}}{{{#!if this['det']==null
715
NULL이다.}}}{{{#!if this['det']==""
816
빈 텍스트 값이다.}}}
17
18
{{{#!if this.@det@=1
19
}}}
20
det=1인가? : {{{#!if +(this['det'])>0
21
0보다 크다}}}{{{#!if +(this['det'])==1
22
숫자 1이다.}}}{{{#!if this['det']=='1'
23
텍스트 1이다.}}}{{{#!if this['det']==null
24
NULL이다.}}}{{{#!if this['det']==""
25
빈 텍스트 값이다.}}}