I guess the actual data is in car

i.e.

"hi"

|h| *|->|i|*|->NIL

But just a guess :-)


2010/8/24 Edwin Eyan Moragas <e...@yndy.org>

> Hi list,
>
> looking at pico.h i see the definition of the cell:
>
> typedef struct cell {            // PicoLisp primary data type
>   struct cell *car;
>   struct cell *cdr;
> } cell, *any;
>
>
> these are pointers to... where? this would answer questions like:
> where is the actual symbol (or internal string representation of it)
> stored?
>
> i can dig deeper in the source but where to start?
>
> cheers,
>
> /e
> --
> UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe
>

Reply via email to