Views
Edit history
changed: - A list is an "anything":anything, that has a "header":header "list" followed by a number of "float":floats or "symbol":symbols. In a PD patch, when a number of "float":floats are typed into a message, like in [2 3 4.1 5( , such an expression is automatically identified as a list, being equivalent to [list 2 3 4.1 5( . ThomasGrill