lua-users home
lua-l archive

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


I think one could separate the issues of whether NaN tests false in a
conditional context from what it does in an assert.

Mark

on 3/6/05 6:01 PM, Rici Lake at lua@ricilake.net wrote:

> So I'd be ok with NaN's being checked for by Lua, but the alternative
> of letting me use assert rather than some mysterious and possibly
> non-functional self-inequality check seems more pleasant.