r9 vs r10
1
@this@
1
this: [@this@]
22
----
3
{{{#!if this.a == "QQQ"
4
QQQ입니다.}}}
5
----
6
{{{#!if this == null
3
{{{#!if this['this'] == null
74
this가 null}}}
85
----
9
{{{#!if this.this == null
10
this.thisnull}}}
6
{{{#!if this['this'] == ""
7
this가 공문자열}}}
118
----
12
{{{#!if nowhere == null
13
없어요 그냥..}}}
9
{{{#!if this['um'] == null
10
um null}}}
1411
----
15
{{{#!if this.um == "준식"
16
그렇다!}}}
12
{{{#!if this['um'] == ""
13
um 공문자열}}}