5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
|
static box BitOrOperator {
|
||
|
|
apply(a, b) { return a | b }
|
||
|
|
}
|
||
|
|
|