Functions are fundamental components of programs, and are some of the most important OM tools. A function has a number of arguments1, which generally represent data to be transformed, or its parameters.
Functions are accessed via the Functions
menu, or can be added in a patch from the Library window.
An argument represents a parameter upon which a function operates. For instance, the (om+ x y) function has two arguments : x and y.