OpenMusic Reference
om>
om>
(predicates module) -- returns t if self is more than num
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 self is greater than num . Otherwise, returns nil.
Prev | Home | Next |
---|---|---|
om< | Up | om<= |