OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


om>=

om>=

(predicates module) -- returns t if self is more than or equal to 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 or equal to num . Otherwise, returns nil.


Prev Home Next
om<= Up omor