>> Example: >> tarantool> box.execute("SELECT LUA('return nil') is NULL >> and LUA('return nil') is NULL") > > Two conditions are equal. I guess second one should be 'return box.NULL'. > The rest is OK. Right, fixed.