論理和
2. コンピュータで、「0」と「1」の二つの値をとる入力が少なくとも一つ「1」のとき、出力が「1」となる論理的な操作。オア。 https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/論理和/or.svg
code:or.svg
<rect x="5" y="5" width="90" height="90" rx="50" ry="50"
fill="#888" fill-opacity="1" stroke="white" stroke-width="2" />
<text x="27" y="70" font-size="70" stroke-width="2" stroke="black" fill="white"
font-weight="700" letter-spacing="5" word-spacing="5" >
∨
</text>
</svg>