Or

class Or : BinaryExpression


The logical OR operator.

val x = Or(true, false)

Summary