Constructing Lists
Functions for constructing lists of various sizes and structure.
See also Constructing Vectors.
- Array — form an array by applying a function to successive indices
- ConstantArray — form a constant array
- List — form a list
- Normal — convert objects to normal expressions
- Permutations — form permutations of a list
- Range — form a list from a range of numbers or other objects
- Reap — create lists of elements "sown" inside programs
- Sow — send an expression to the nearest enclosing Reap
- Table — make a table of values of an expression
- Tuples — form n-tuples from a list