ExCellerate.Functions.General.Or (excellerate v0.4.0)

Copy Markdown View Source

Returns true if any argument is truthy, false otherwise.

Accepts any number of arguments.

Examples

or(false, false, true)   true
or(false, false, false)  false
or(active, override)     true (when either is true)