r10
r10
1@det=1
2det=1인가? : {{{#!if +(this['det'])>0
30보다 크다}}}{{{#!if +(this['det'])==1
4숫자 1이다.}}}{{{#!if this['det']=='1'
5텍스트 1이다.}}}{{{#!if this['det']==null
6NULL이다.}}}{{{#!if this['det']==""
7빈 텍스트 값이다.}}}
r5
8
r10
9{{{#!if @det=1@
10}}}
r9
11det=1인가? : {{{#!if +(this['det'])>0
120보다 크다}}}{{{#!if +(this['det'])==1
13숫자 1이다.}}}{{{#!if this['det']=='1'
14텍스트 1이다.}}}{{{#!if this['det']==null
15NULL이다.}}}{{{#!if this['det']==""
r10
16빈 텍스트 값이다.}}}
17
18{{{#!if this.@det@=1
19}}}
20det=1인가? : {{{#!if +(this['det'])>0
210보다 크다}}}{{{#!if +(this['det'])==1
22숫자 1이다.}}}{{{#!if this['det']=='1'
23텍스트 1이다.}}}{{{#!if this['det']==null
24NULL이다.}}}{{{#!if this['det']==""
r8
25빈 텍스트 값이다.}}}