K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-04-01T00:22:51.356947Z K 7 svn:log V 395 lualoader: Simplify some expressions - No need for a 'goto' when our entire loop body is then wrapped in a conditional. - No need to leave commented out prints laying around - If an expression is clearly going to be either nil or an expression that isn't likely to be a boolean, we might as well use `or` to specify a default value for the expression. e.g. `loader.getenv(...) or "no"` END