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

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
(同じ利用者による、間の11版が非表示)
1行目: 1行目:
{{テスト|fall=|rotate=2|top=0|left=-50%|scale=0.5}}
{{#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}}


{{テスト|fall=2|rotate=|top=0|left=10%|scale=1}}
{{#expr:4 >= 2}}
{{#expr:4 <= 2}}
{{#expr:(4 <= 2) and (4 >= 2)}}
{{#expr:(4 <= 2) or (4 >= 2)}}


{{テスト|fall=|rotate=|top=0|left=0|scale=0.3}}
{{#expr:1 and 1}}
{{#expr:1 or 0}}


{{テスト|fall=2|rotate=|top=0|left=100%|scale=0.2}}
{{#ifexpr:{{#expr:4 <= 2}} and {{#expr:4 >= 2}}|a|b}}
 
{{#ifexpr:{{#expr:4 <= 2}} or {{#expr:4 >= 2}}|a|b}}
{{テスト|fall=2|rotate=2|top=0|left=100%|scale=0.4}}
 
{{vh|vh=100}}

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

a b b a

1 0 0 1

1 1

b a