K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-20T14:36:28.374877Z K 7 svn:log V 232 stand/lua: Consistently declare local functions at module scope Declare these adjacent to the local definitions at the top of the module, and make sure they're actually declared local to pollute global namespace a little bit less. END