[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



On cadr 3 I discovered that the MIN and MAX functions blow up for some
sets of perfectly good input. On looking at the definitions of MIN and MAX
in system internals, they contain an apparent mistyping: they won't work as
listed. Thje nature of the blowup is different for the compiled and the
interpreted code; the compiler gives a message like "arg not a number"
because it's getting NIL as the argument.  The interpreter gives a different
message.  I don't remember the exact strings of numbers that blew up, it
you really need it I can regenerate them.   APP@AI