[comp.sys.amiga] note on Lists

dillon@CORY.BERKELEY.EDU (Matt Dillon) (05/20/87)

	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