where is the tail?

2010-09-15 Thread Edwin Eyan Moragas
Hi list, reading thru the reference: A property is a key-value-pair, represented as a cell in the symbol's tail. looking at the definition of a cell (from pico.h): typedef struct cell { struct cell *car; struct cell *cdr; } cell, *any; where is the 'tail' in light of what's given

Re: where is the tail?

2010-09-15 Thread Alexander Burger
Hi Edwin, where is the 'tail' in light of what's given? is it in the 'car' or 'cdr'? the ASCII art in http://www.software-lab.de/doc/ref.html#cell is a bit vague. A better place is doc/ref.html#symbol. Scrolling down a little, there is an ASCII art of a property list. So the tail of a symbol