K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-21T01:35:19.117449Z K 7 svn:log V 272 lualoader: Drop excessive parenthesizing This was also a convenience convention (for me) that is not very lua-tic. Drop it. I've maintained some parentheses where I'd prefer them, for example, 'if x or y or (z and w) then', but these situations are far and few between. END