lua-users home
lua-l archive

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


On Thu, Mar 12, 2020 at 8:55 PM cherue <cherue.lual@fastmail.com> wrote:
> I have two suggestions to clear this up for future users:
> - Error on a set sign bit in the "J" and "I8" conversion options

J  => unsigned do not have sign bit, the point of using J is typically
to use the extra bit.

I8 => How do you propose to unpack negative numbers?

FOS.