[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Next Lua (5.2) feature request : slicing
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 21 Nov 2006 22:14:30 -0200
> I think slicing is much more useful with string than with tables
This can be done cleanly with __call:
http://lua-users.org/lists/lua-l/2006-11/msg00161.html
--lhf