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 |
|---|
r15
| 14 | @a@ =1출력}}} |
|---|
r13
| 15 | ---- |
|---|
r15
| 16 | if @@_@a@='1' 테스트 |
|---|
| 17 | {{{#!if @a@='1' |
|---|
| 18 | @a@ ='1'출력}}} |
|---|
| 19 | ---- |
|---|
r14
| 20 | if @@_@a@="1" 테스트 |
|---|
| 21 | {{{#!if @a@="1" |
|---|
r15
| 22 | @a@ ="1"출력}}} |
|---|
r14
| 23 | ---- |
|---|
r13
| 24 | {{{#!if (1==1)|(1==0) |
|---|
r15
| 25 | 2 (| 기호가 or로 동작되는 것으로 추정)}}} |
|---|
r13
| 26 | ---- |
|---|
r15
| 27 | {{{#!if (1==2)|(1==0) |
|---|
| 28 | 3 (| 기호가 or로 동작되는 것으로 추정)}}} |
|---|
| 29 | ---- |
|---|
r13
| 30 | {{{#!if (1==1)&(1==0) |
|---|
r15
| 31 | 4 (& 기호가 논리식 and로 동작되는 것으로 추정)}}} |
|---|
r13
| 32 | ---- |
|---|
r15
| 33 | {{{#!if (1==1)&(0==0) |
|---|
| 34 | 5 (& 기호가 논리식 and로 동작되는 것으로 추정)}}} |
|---|
| 35 | ---- |
|---|
| 36 | |
|---|
r14
| 37 | == 결론 == |
|---|
| 38 | ||{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" |
|---|
| 39 | {{{ {{}}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" |
|---|
| 40 | {{{{#!if }}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" |
|---|
| 41 | {{{#blue {{{(논리식)}}}}}}}}} |
|---|
| 42 | {{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" |
|---|
| 43 | {{{#green {{{(true이면 출력할 내용)}}}}}}}}}{{{#!wiki style="margin: 0 -0.625em 0 -0.25em; display: inline;" |
|---|
| 44 | {{{}} }}}}}}{{{#!wiki style="margin: 0 0 0 -0.25em; display: inline;" |
|---|
| 45 | {{{} }}}}}}|| |
|---|
r15
| 46 | || 추정되는 문법 || |
|---|
r13
| 47 | If구문 고장난 게 아니라 입력방법을 찾아야 할 것으로 보입니다. |
|---|