K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-03-03T17:13:12.488939Z K 7 svn:log V 445 liblua: Add loader.interpret This allows lua to pass back a command string to be executed as if it were typed at the loader prompt- loader tries to execute the string first as pure lua, then parses it and gives lua a chance to intercept before it tries to execute it itself. This will be used to implement menu_timeout_command, among other things, which *should* be used to execute basic loader commands independent of the chosen interpreter. END