lua-users home
lua-l archive

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


> Essentially any bitwise operation gets converted to a series of       
> arithmetical operations,                                              

That is all we wanted for Lua. But "not" and shifts are easy. Can you
give a viable implementation for or/and?

-- Roberto