Re: TADS List: Stable?


22 Aug 1995 10:37:23 GMT

In article <41bj7h$nqq@ixnews4.ix.netcom.com>,
John Baker <baker-j@ix.netcom.com> wrote:
>When I use a TADS list, am I guarenteed that the elements will stay in
>the same locations as when I added them to the list? If I don't use
>cdr() or car() and just use an index, can I treat it the same as an
>array in any other language?

Yes. A list in general is an ordered, as opposed to a set where the
order of elements isn't usually defined.

Magnus