[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [FUN] A bit of code golfing
- From: Valentin <vsl@...>
- Date: Thu, 29 Sep 2016 01:59:09 +0200
> Only one task is remaining to solve.
> Try to find 41-byte solution for Lua 5.1
I found one:
function NVL(...)return arg[#x+2]or x end
Valentin