The Lua base function load(), I do not understand. Can someone please explain what its intended usage is? Experimenting I get: > a=load(function() print( "hello") end) hello hello > a() > DB