Am 27.09.25 um 15:22 schrieb Cottrell, Allin:
On Sat, Sep 27, 2025 at 6:59 AM Artur T. <atecon@posteo.de> wrote:
Using latest snapshot,

Calling min() and max() with no dataset in place returns the error:

<error>
? eval min(m)
No dataset is in place
Terminated on error
</error>
Ah, that was the result of my over-correcting for a problem I noticed
recently, where a command that should have triggered the "No dataset
in place" error did not do so. It's now fixed in git.

Thank you for the quick fix, Allin. Confirmed that it works now. I uploaded a test script, too.

Artur