OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


om<=

om<=

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


Prev Home Next
om> Up om>=