lua-users home
lua-l archive

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


> > That's one reason their choice of semantics for overflow are really
> > pretty nice.
> 
> Yes. In fact, I can't think of any use of full 64-bit unsigned integer that won't "work just fine." We can even read and write them:
> 
> [...]

Comparison does not work for unsigneds, but we could add a function for
unsigned comparison.

-- Roberto