Valentin wrote: >> 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 Oops, my bad, obviously BS, had x and y defined as globals. Please just ignore ;)