r38 vs r39
......
127127
128128
== 변수 a=b, b=1 테스트 ==
129129
변수 하나를 다른 변수의 포인터(point)로 두고 테스트.
130
a=b, b=1로 둘 경우
130
a=b, b=1로 둘 경우 ({{{#!wiki style="display: inline; font-family: monospace;"
131
\[include(테스트:If문법/include 대상, a=b, b=1)\]}}})
131132
{{{#!folding [펼치기 · 접기]
132133
{{{-5 {{{-3 [include(테스트:If문법/include 대상, a=b, b=1)]}}}}}}}}}
133134
134135
* {{{#orange 결론 1 :}}} {{{#!wiki style="display: inline; font-family: monospace;"
135
this\[{{{#green 변수명}}}\]}}}은 문서를 include로 불러 올 때 동작된다.
136
this\[{{{#green 변수명}}}\]}}}은 문서를 include로 불러올 때 동작된다.
136137
포인터(pointer) 변수같이 해당 {{{#!wiki style="display: inline; font-family: monospace;"
137138
{{{#green 변수명}}}}}}을 텍스트 값으로 정의하는 다른 변수 ({{{#!wiki style="display: inline; font-family: monospace;"
138
변수명2={{{#green 변수명}}}}}})를 문서 include하는 겸에 같이 불러오면 동작된다.
139
140
139
변수명2={{{#green 변수명}}}}}})를 문서 include하는 겸에 include 구문 안에 해당 식을 적고 include 불러오면 동작된다.
141140
== 변수 c\= ==
142141
null과 "" 이 어떤 조건에서 되는지 테스트.
143142
||<table bgcolor=transparent,transparent> 구분 ||<width=20%> {{{#blue c==null}}} ||<width=20%> {{{#orange c==""}}} ||<width=20%> c=={{{#gray ''(space)''}}} ||<width=20%> c="{{{#gray ''(space)''}}}" ||
......