[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4-work1 with first class arrays (implementation & benchmarks)
- From: Egor Skriptunoff <egor.skriptunoff@...>
- Date: Fri, 23 Mar 2018 21:59:14 +0300
for k = 1, #arr do print(k, arr[k]) end