lua-users home
lua-l archive

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


>Another suggestion: stop settag returning a value.

The reason is just for the idiom:
	c=settag({},newtag())
which creates a new table and gives it a new tag at the same time.
--lhf