| r2870 vs r2871 | ||
|---|---|---|
| 1 | 1 | [[분류:냥]] |
| 2 | {{{#!if x = true; y=false | |
| 3 | }}}{{{#!if x &&= y | |
| 4 | }}}@x@ | |
| 5 | ||
| 2 | 6 | {{{#!if __a__='asdf' |
| 3 | 7 | }}}@\_\_a_\_@ @__a__@ |
| 4 | 8 | {{{#!if this[' ']='변수명 공백', b = this[' '] |
| 5 | 9 | }}}@b@ |
| 6 | 10 | \ |
| 7 | {{{#!if a=+true;b=2 ;b**=3 | |
| 11 | {{{#!if a=+true;b=2 ;b**=3 | |
| 8 | 12 | }}}@a@ |
| 9 | 13 | @b@ |
| 10 | ||
| 11 | ||
| 14 | ||
| 12 | 15 | {{{#!if age=17; status = age >= 18 ? "성인" : "미성년자"; |
| 13 | 16 | }}}@status@ |
| 14 | 17 | |
| ... | ... |