| r13 vs r14 | ||
|---|---|---|
| ... | ... | |
| 3 | 3 | ---- |
| 4 | 4 | if true 1 |
| 5 | 5 | {{{#!if true |
| 6 | 1}}} | |
| 6 | 1 (true 출력)}}} | |
| 7 | 7 | ---- |
| 8 | 8 | if false 1 |
| 9 | 9 | {{{#!if false |
| 10 | 1}}} | |
| 10 | 1 (false 출력되지 않음)}}} | |
| 11 | 11 | ---- |
| 12 | 12 | if @@_@a@=1 테스트 |
| 13 | 13 | {{{#!if @a@=1 |
| 14 | ||
| 14 | 15 | @a@}}} |
| 15 | 16 | ---- |
| 17 | if @@_@a@="1" 테스트 | |
| 18 | {{{#!if @a@="1" | |
| 19 | @a@}}} | |
| 20 | ---- | |
| 16 | 21 | {{{#!if (1==1)|(1==0) |
| 17 | 22 | 2}}} |
| 18 | 23 | ---- |
| 19 | 24 | {{{#!if (1==1)&(1==0) |
| 20 | 25 | 3}}} |
| 21 | 26 | ---- |
| 27 | == 결론 == | |
| 28 | ||{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" | |
| 29 | {{{ {{}}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" | |
| 30 | {{{{#!if }}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" | |
| 31 | {{{#blue {{{(논리식)}}}}}}}}} | |
| 32 | {{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" | |
| 33 | {{{#green {{{(true이면 출력할 내용)}}}}}}}}}{{{#!wiki style="margin: 0 -0.625em 0 -0.25em; display: inline;" | |
| 34 | {{{}} }}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" | |
| 35 | {{{} }}}}}}|| | |
| 36 | || 추정 문법 || | |
| 22 | 37 | If구문 고장난 게 아니라 입력방법을 찾아야 할 것으로 보입니다. |