9,072
回編集
編集の要約なし |
編集の要約なし |
||
(同じ利用者による、間の19版が非表示) | |||
1行目: | 1行目: | ||
{{ | {{#ifexpr:4 >= 2|a|b}} | ||
{{#ifexpr:4 <= 2|a|b}} | |||
{{#ifexpr:(4 <= 2) and (4 >= 2)|a|b}} | |||
{{#ifexpr:(4 <= 2) or (4 >= 2)|a|b}} | |||
{{#expr:4 >= 2}} | |||
{{#expr:4 <= 2}} | |||
{{#expr:(4 <= 2) and (4 >= 2)}} | |||
{{#expr:(4 <= 2) or (4 >= 2)}} | |||
{{#expr:1 and 1}} | |||
{{#expr:1 or 0}} | |||
{{#ifexpr:{{#expr:4 <= 2}} and {{#expr:4 >= 2}}|a|b}} | |||
{{#ifexpr:{{#expr:4 <= 2}} or {{#expr:4 >= 2}}|a|b}} |
回編集