Definitions for "List" Add To Word List
Login or Register  | Word Lists | Search History

a collection of string values (which can be numeric as well) separated by one or more delimiters
Helpful?           0
a left parenthesis followed by some number of expressions (separated by spaces) followed by a right parenthesis
Helpful?           0
a series of data separated by a delimiter such as a comma or space
Helpful?           0
a set of numbers (or ranges) separated by commas
Helpful?           0
a set of ordered properties that contain strings
Helpful?           0
a string containing several individual substring items, seperated by carriage return characters
Helpful?           0
a string containing several values separated by white space
Helpful?           0
a string of characters
Helpful?           0
a string that consists of multiple entries separated by some type of delimiter
Helpful?           0
a string that contains words
Helpful?           0
A list is, approximately, a text string beginning with an open parenthesis and ending with the matching close parenthesis. In C mode and other non-Lisp modes, groupings surrounded by other kinds of matched delimiters appropriate to the language, such as braces, are also considered lists. Emacs has special commands for many operations on lists. See section U.4.2 Moving in the Parenthesis Structure.
Helpful?           0