Text List Eval
Commands which return a list of text.
Defined by idl rtti.
Implemented by:
- Determine:args: Run a pattern, returning its result (if any).
- Fields of: A list of the fields of a given kind.
- Object:[dot:] Read a value from an object.
- Object states: All of an object's current states as a list of text.
- Objects of: A list of all objects accessible by the current scene that compatible with the specified kind.
- Reciprocals:object: Return the implied relatives of a noun.
- Relatives:object: Return the relatives of a noun as a list of names.
- Slice:[start:][end:] Create a new list from part of another list.
- Splice:[start:][count:][insert:] Modify a list by adding and removing values.
- Text[kind:]values: Specify a list of literal text values.
- Text list: Collect one or more text values into a list.
- Variable:[dot:] Read a value from a variable.