r11
| 1 | {{{#!undefined_command @a@==1 |
|---|
| 2 | 1}}} |
|---|
r12
| 3 | ---- |
|---|
| 4 | if true 1 |
|---|
| 5 | {{{#!if true |
|---|
r14
| 6 | 1 (true 출력)}}} |
|---|
r12
| 7 | ---- |
|---|
| 8 | if false 1 |
|---|
| 9 | {{{#!if false |
|---|
r14
| 10 | 1 (false 출력되지 않음)}}} |
|---|
r12
| 11 | ---- |
|---|
r13
| 12 | if @@_@a@=1 테스트 |
|---|
| 13 | {{{#!if @a@=1 |
|---|
r14
| 14 | |
|---|
r13
| 15 | @a@}}} |
|---|
| 16 | ---- |
|---|
r14
| 17 | if @@_@a@="1" 테스트 |
|---|
| 18 | {{{#!if @a@="1" |
|---|
| 19 | @a@}}} |
|---|
| 20 | ---- |
|---|
r13
| 21 | {{{#!if (1==1)|(1==0) |
|---|
| 22 | 2}}} |
|---|
| 23 | ---- |
|---|
| 24 | {{{#!if (1==1)&(1==0) |
|---|
| 25 | 3}}} |
|---|
| 26 | ---- |
|---|
r14
| 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 | || 추정 문법 || |
|---|
r13
| 37 | If구문 고장난 게 아니라 입력방법을 찾아야 할 것으로 보입니다. |
|---|