r11
r11
1@det=1@
r10
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@
r11
10테스트}}}{{{#!if 1
11@@_@det=1@로 한다고 해서 1이 남지 않는다.}}}
r9
12det=1인가? : {{{#!if +(this['det'])>0
130보다 크다}}}{{{#!if +(this['det'])==1
14숫자 1이다.}}}{{{#!if this['det']=='1'
15텍스트 1이다.}}}{{{#!if this['det']==null
16NULL이다.}}}{{{#!if this['det']==""
r10
17빈 텍스트 값이다.}}}
18
19{{{#!if this.@det@=1
20}}}
21det=1인가? : {{{#!if +(this['det'])>0
220보다 크다}}}{{{#!if +(this['det'])==1
23숫자 1이다.}}}{{{#!if this['det']=='1'
24텍스트 1이다.}}}{{{#!if this['det']==null
25NULL이다.}}}{{{#!if this['det']==""
r8
26빈 텍스트 값이다.}}}