条件分岐における and or の仕様

すまんしょうもない質問なんやけど if "a b c d e" doesn't contain "a", "b", "c" or "d": という条件分岐、俺の勝手なイメージで "a"~"b"のどれも含んでいない場合true って意味なんだけど、実際はどうなん もしかして "a"~"b" のどれか一つがランダムに選ばれて そこから初めてそれが含まれているかどうかチェックしてる? あと "a b c d e" に"a"~"d"どれか含まれていればtrue/false って条件分岐の描き方を教えてほしい
8 Replies
tanoKun
tanoKun5w ago
splitして containでいいんじゃね? whlie [ ~~^] みたいなやつあったよね
tanoKun
tanoKun5w ago
No description
yukkina
yukkina5w ago
いちばんめんどくさいし処理遅いけど確実なソリューション "a"~"e"をlistにぶちこむ listをループし、"abcde" contains loop-valueで引っかかればflagを立て、loop終了する そのあとflagを読めば完了や 半分ネタです
月猫ch
月猫chOP5w ago
実はmodブロックにも無理やり対応するために ブロックが入ったくそデカリストを文字列化して 文字列比較しておるのじゃ…
set {_b::*} to blocks within {_l1} and {_l2}
remove all air, cave air, water, sand, dirt, stone, smooth stone from {_b::*}
set {_txt} to "%{_b::*}%"
if {_txt} doesn't contain "bed" or "FUTON":
set {_b::*} to blocks within {_l1} and {_l2}
remove all air, cave air, water, sand, dirt, stone, smooth stone from {_b::*}
set {_txt} to "%{_b::*}%"
if {_txt} doesn't contain "bed" or "FUTON":
tanoKun
tanoKun5w ago
あふぉ?
月猫ch
月猫chOP5w ago
しゃーねーだろmodに無理やり対応してるんだから ちな {_b::*} は 50 x 50 x5 くらい
tanoKun
tanoKun5w ago
plugin...
yukkina
yukkina5w ago
これさ いれてるmodのそういうアイテム ハードコーディングした方がマシじゃね?
Want results from more Discord servers?
Add your server