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:[email protected]?subject=Unsubscribe
