r8 vs r9
11
@det=1@
22
3
{{{#!if +(this['det'])>0
4
0보다 크다}}}
5
----
6
{{{#!if +(this['det'])==1
7
숫자 1이다.}}}
8
----
9
{{{#!if this['det']=='1'
10
텍스트 1이다.}}}
11
----
12
{{{#!if this['det']==null
13
NULL이다.}}}
14
----
15
{{{#!if this['det']==""
3
det=1인가? : {{{#!if +(this['det'])>0
4
0보다 크다}}}{{{#!if +(this['det'])==1
5
숫자 1이다.}}}{{{#!if this['det']=='1'
6
텍스트 1이다.}}}{{{#!if this['det']==null
7
NULL이다.}}}{{{#!if this['det']==""
168
빈 텍스트 값이다.}}}