K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-23T04:03:07.368346Z K 7 svn:log V 246 lualoader: Use "local function x()" instead of "local x = function()" The latter is good, but the former is more elegant and clear about what 'x' is. Adopt it, preferably only using the latter kind of notation where needed as values for tables. END