[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: Lua 5.1 (work2) now available
- From: Gunnar Zötl <gz@...>
- Date: Thu, 4 Nov 2004 12:56:39 +0100
DB> tab = {}
DB> tab += myvalue
DB> tab .. myvalue
DB> tab := myvalue
I may be a bit thick, but what's wrong with table.insert()?
Gunnar