lists and data
Here is an example of some list storage, recall, unpacking and manipulation. You can store lists of information inside a coll (short for collection). Make sure that the collection is formatted in the right way with
index, data data data;
e.g.
1, 324 564 234 43 12 135; 2, 984 32 154 2346 1234 436; 3, 10 12 14 16 18 20 22; fibb, 1 2 3 5 8 13 21 34;
You can recall the list data by sending in the index to coll. The list will emerge from the bottom and you can then unpack it (unpack) , select items (zl nth) from the list or do further processing (vexpr).
