lua-users home
lua-l archive

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


> Ugh, my bad- here is what I was intended to write:
>     if at least one operand is an uint64 -> coerce every operand to
> uint64, unsigned add (result is a uint64)
>     else if at least one operand is an int64 -> coerce every operand
> to int64, signed add (result is a int64)

And how do these values pass through the API?

-- Roberto