Record List Eval
Commands which return a list of records.
Defined by idl rtti.
Implemented by:
- Determine:args: Run a pattern, returning its result (if any).
- Object:[dot:] Read a value from an object.
- Record:values: Specify a series of records, all of the same kind.
- Record list: Collect one or more records into a list.
- Slice:[start:][end:] Create a new list from part of another list.
- Splice:[start:][count:][insert:] Modify a list by adding and removing values.
- Variable:[dot:] Read a value from a variable.