Re: tentative bug report for 'task

2021-05-18 Thread polifemo
I see, I had misunderstood the @'s meaning there. Thanks for the clarification! On Tue, May 18, 2021 at 12:03 AM Alexander Burger wrote: > On Mon, May 17, 2021 at 04:53:50PM -0500, polifemo wrote: > > So, running: > > (task -5000 (/ @ 5) (tty (println 'a))) > > > > does not save in *Run my expec

Re: tentative bug report for 'task

2021-05-17 Thread Alexander Burger
On Mon, May 17, 2021 at 04:53:50PM -0500, polifemo wrote: > So, running: > (task -5000 (/ @ 5) (tty (println 'a))) > > does not save in *Run my expected: > (-5000 -1000 (tty (println 'a))) > > but instead it saves this: > (-5000 NIL (tty (println 'a))) > > my guess is that `(eval (++ Prg) 1)` is