「利用者:キュアラプラプ/サンドボックス/乙」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
(ページの白紙化)
タグ: 白紙化
編集の要約なし
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}}

5年5月23日 (来) 15:03時点における版

a b b a

1 0 0 1

1 1

b a