OpenMusic Reference
omand

omand
(predicates module) -- performs boolean logical and
Syntax
omand 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 and on any number of values. It returns t only if all the inputs have a value of t.
| Prev | Home | Next |
|---|---|---|
| omor | Up | om-abs |