I'm stumped how this is happening if anyone can help. I had a little script
that used `datStr` that I was writing/testing in vip and the function
definition was undefined. So I can run:
pil +
: (version)
23.6.25
-> (23 6 25)
: (datStr (date))
-> "2023-08-28"
But if I then run `vip` with a new bl
Hi Abraham,
> I'm stumped how this is happening if anyone can help. I had a little script
> that used `datStr` that I was writing/testing in vip and the function
> definition was undefined.
> ...
> But if I then run `vip` with a new blank file I see when evaluating the
> same:
> ...
> : (datStr (
Thanks!
On Mon, Aug 28, 2023 at 3:53 PM Alexander Burger
wrote:
> Hi Abraham,
>
> > I'm stumped how this is happening if anyone can help. I had a little
> script
> > that used `datStr` that I was writing/testing in vip and the function
> > definition was undefined.
> > ...
> > But if I then run