Thanks for pointing this out.

Cheers,
Wojtek

sob., 3 sie 2019 o 11:26 Alexander Burger <a...@software-lab.de> napisał(a):

> On Fri, Aug 02, 2019 at 06:18:57PM +0200, Wojciech Gac wrote:
> > I've cooked up a tiny code snippet which, together with SVG images from
> the
>
> BTW,
>
>    (de *F8 ()
>      (let ...
>
> is not really correct.
>
> The *Fn key definitions expect a 'prg' body, not a 'fun' function. So the
> () is
> NIL as the first expression in the body, and has no effect.
>
> Better would be
>
>    (de *F8
>       (let ...
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to