r32 vs r33
......
116116
출력}}}
117117
----
118118
(+this['a'])+(+this['b'])=+this['c'] 테스트 : 변수 호출하지 않으면 ++=상태가 된다.
119
{{{#!if +this['a']+this['b']==+this['c']
119
{{{#!if (+this['a'])+(+this['b'])==+this['c']
120120
출력}}}
121121
122122
{{{#orange 결론 : }}} {{{#!wiki style="display: inline; font-family: monospace;"
......