Re: [PROPOSAL] multiple keys/values with function metamethod
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [PROPOSAL] multiple keys/values with function metamethod
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2015年9月13日 08:13:57 +0200
2015年09月13日 0:30 GMT+02:00 Tim Hill <drtimhill@gmail.com>:
> APL, anyone?
The Lua analogue to what APL does would be t[{1,2,3}]. I.e. array-valued
indices, not multiple indices.