lua-users home
lua-l archive

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


> > Even odder....
> >
> > Lua 5.2.2  Copyright (C) 1994-2013 Lua.org, PUC-Rio
> >  > =(";a;"):gsub("a-", "ITEM")
> >  ITEM;ITEMaITEM;ITEM    4
> >
> > Why is that 'a' still there?
> 
> That's an independent bug. [...]

Please stop calling "bug" something that does not behave as you wanted
or imagined.

-- Roberto