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
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