lua-users home
lua-l archive

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


> 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