query
On this page

or

lib.trivial.or

Docs pulled from | This Revision | 14 minutes ago


boolean “or”

Inputs

x

1. Function argument

y

2. Function argument


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

or = x: y: x || y;