list (s_exp?...) listq (!s_exp?...)
A list is represented as a sequence of objects surrounded by parentheses, as in (1 2 a [4 5]), possibly with a dot between the second-to-last and last elements in the list. A literal list can be read from a file or from the command line, but must be quoted (using a quote operator) within code to make it literal.
The list function creates a list from its arguments. listq creates a list from its arguments without evaluation.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.