lua-users home
lua-l archive

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


On Thu, Sep 29, 2016 at 1:17 AM, Tony Papadimitriou <tonyp@acm.org> wrote:
function NVL(x,y)return({y})[#x+1]or x end
 
Yes!

This is exactly my 42-byte solution.