Documentation: Added the |(pipe)/OR operator to syntax/methods.

It was not documented as an operator that can be overriden, which is confusing because it makes you think it can't be.
This commit is contained in:
Sebastian Dufner 2025-11-10 15:39:45 +01:00 committed by Hiroshi SHIBATA
parent 3e926cd5dd
commit a2c12d3ffe
Notes: git 2025-11-27 06:48:36 +00:00

View File

@ -100,6 +100,7 @@ operators.
<code>/</code> :: divide
<code>%</code> :: modulus division, String#%
<code>&</code> :: AND
<code>|</code> :: OR
<code>^</code> :: XOR (exclusive OR)
<code>>></code> :: right-shift
<code><<</code> :: left-shift, append