r249 vs r250
......
891891
{{{#!if a=100, b=-100, (-+a==-100)&&(-+b==+100)&&(a-+b==200)
892892
-+로 하면 {{{#!wiki @ms@
893893
{{{#orange -}}}{{{#purple +}}}{{{#teal 변수}}}}}} 식(덧셈의 역원)으로 읽히는지 음수가 된다. }}}{{{#!if a=100, b=-100, a+(--b)==100-99
894
그냥 {{{#teal 변수1}}}{{{#orange --}}}{{{#teal 변수2}}}로만 적으면 깨지나 {{{#teal 변수1}}}{{{#purple (}}}{{{#orange --}}}{{{#teal 변수2}}}{{{#purple )}}}로 적으면 if구문이 읽히며 }}}{{{#!if b--==-99
894
그냥 {{{#teal 변수1}}}{{{#orange --}}}{{{#teal 변수2}}}로만 적으면 깨지나 {{{#teal 변수1}}}{{{#orange +}}}{{{#purple (}}}{{{#orange --}}}{{{#teal 변수2}}}{{{#purple )}}}로 적으면 if구문이 읽히며 }}}{{{#!if b--==-99
895895
여러 가지 실험을 }}}{{{#!if b==-100
896896
해볼 수 있다.}}}
897897
......