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 blank file I see when evaluating the
same:

: (version)
23.6.25
-> (23 6 25)
: (datStr (date))
!? (datStr (date))
Undefined
: (date)
-> 739066
: (pp 'datStr)
(def 'datStr)
-> datStr

--Abraham

Reply via email to