■論理和(OR)を求める
■書式
値 | 値
■説明
論理和(OR)を求めるには|記号を使います。2 | 3やa | 4、c | bのように使います。
■サンプル
#!/usr/bin/ruby
print 7 | 8
print "\n"