Re: Adding to the end of a list




Brian Hulley wrote:
> ie a list has the form [a, [b, [c, [d, [..... []]]]]]

Ooops!

[a | [b | [c | [d | [..... []]]]]]

;-)

.