or

expect fun or(expression: Expression): Expression(source)

Create a logical OR expression that performs logical OR operation with the current expression.

Return

a logical OR expression.

Parameters

expression

the expression to OR with the current expression.

actual fun or(expression: Expression): Expression(source)
actual fun or(expression: Expression): Expression(source)