Re: [Challenge] Smallest table copy
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Challenge] Smallest table copy
- From: Paul K <paulclinger@...>
- Date: Wed, 7 May 2014 14:19:40 -0700
> I managed to get 242 bytes/chars... I could probably do less tho...
> local k,o,d=next,type d=function(a,r,t)if"table"~=o(a)then return a end t={}r=r
replace "table" with o{} to save few more bytes...
Paul.