Hi Alex,

On Mon, May 23, 2011 at 2:00 PM, Alexander Burger <a...@software-lab.de> wrote:
>
> The interpreter _first_ 'read's the list
>
>   (de x ("a" "b") (====) (pack "a" "b"))
>
> and _then_ executes it, i.e. assignes the list
>
>   (("a" "b") (====) (pack "a" "b"))
>
> to the symbol 'x'.
>
> The function '====' is not executed yet, and the transient index is not
> changed.

aha!

thank you. hmmm. i need to understand the difference between run-time
and read-time more.

cheers!

/e

>
> Cheers,
> - Alex
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to