OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


omor

omor

(predicates module) -- performs boolean logical or

Syntax

omor self &rest rest

Inputs

name data type(s) comments
self any  
rest any repeatable; additional values to compare

Output

output data type(s) comments
first t or nil  

Description

This predicate function performs the Boolean logical or on any number of values. It returns t if any of the inputs have a value of t.


Prev Home Next
om>= Up omand