OpenMusic Reference
om/=

om/=
(predicates module) -- returns t if self and num are not equal.
Syntax
om/= self num
Inputs
| name | data type(s) | comments |
|---|---|---|
| self | a number | |
| num | a number |
Output
| output | data type(s) | comments |
|---|---|---|
| first | t or nil |
Description
This predicate function returns t if and only if the two inputs do not have the same value.
Usually used in conjunction with omif
| Prev | Home | Next |
|---|---|---|
| om= | Up | om< |