Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!think!ames!sdcsvax!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: note on Lists Message-ID: <8705200046.AA28258@cory.Berkeley.EDU> Date: Tue, 19-May-87 20:46:45 EDT Article-I.D.: cory.8705200046.AA28258 Posted: Tue May 19 20:46:45 1987 Date-Received: Sat, 23-May-87 04:20:42 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 11 Just a note... I've been fooling around with lists lately, and found that the implementation on the Amiga is *perfect*. For those of you who have used them, you might have noticed the seemingly strange initialization one must do to the header node (This is what the NewList() function must do). If you get down to brass tacks, however, this strangeness makes adding and removing elements from the list completely trivial... no special cases at all! Good stuff C-A! -Matt