r20 vs r21
......
193193
{{{#!if this[-a]==-1
194194
출력}}}
195195
196
{{{#orange론}}} : 올바른 력이 아닌듯하다.
196
a=1 입력부분 과를 보면 위의 식 4개 어디에도 출력이 나오지 않는다.
197197
198
{{{#orange 결론}}} : 실수값으로도 텍스트 값으로도 일치하지 않는 점에서 {{{#!wiki style="display: inline; font-family: monospace;"
199
this\[{{{#orange \+}}}{{{#green 변수명}}}\]}}}은 올바른 입력이 아니다.
200
201
===# this \[{{{#green 변수명}}}\] #===
202
이 문단에서는 {{{#!wiki style="display: inline; font-family: monospace;"
203
this\[{{{#green 변수명}}}\]}}} 형식을 테스트해본다.
204
----
205
if this[a]=1 테스트
206
{{{#!if this[a]==1
207
출력}}}
208
----
209
if this[a]='1' 테스트
210
{{{#!if this[a]=='1'
211
출력}}}
212
----
213
if this[a]="1" 테스트
214
{{{#!if this[a]=="1"
215
출력}}}
216