lua-users home
lua-l archive

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


> > It is a (stupid) bug, but not in bit shift:
> >
> >> foo = 13.37
> >> print(foo // 1)     --> 13.7
> 
> When is a bug not stupid?

When it is not detectable by a minimum test?

For an example, see the other bug being discussed now, about the garbage
collector.

-- Roberto