OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


list

list

(LISP function) -- returns a list of argument s

Syntax

list &rest arguments

Inputs

name data type(s) comments
arguments any repeatable; arguments may be of any data type

Output

output data type(s) comments
first a list or tree  

Description

This function creates a list. It takes any number of inputs. The arguments are returned as elements of a list in the order entered.

Note LISP functions
   

The basic LISP functions are too numerous to document comprehensively in this manual. As an aid to the neophyte, the most commonly used have been included in this documentation, but they represent a small fraction of the total functionality of the MCL environment. Numerous on-line resources exist, for instance the online version of Common Lisp the Language, 2nd Edition.


Prev Home Next
linear-fun Up list-explode