A thorough description of lists and list functions/operations would be essential.
Proposed Solution
E.g. a list could be defined as list_1 := ("A2", "B34", "G7"). Basic operations should include e.g. sorting, returning length, selecting/removing/adding elements (select/remove either by name or by index, add either by appending to the end or inserting to specified index), deriving a set (only unique elements), etc.
Issue Description
A thorough description of lists and list functions/operations would be essential.
Proposed Solution
E.g. a list could be defined as list_1 := ("A2", "B34", "G7"). Basic operations should include e.g. sorting, returning length, selecting/removing/adding elements (select/remove either by name or by index, add either by appending to the end or inserting to specified index), deriving a set (only unique elements), etc.