K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2015-04-01T05:55:03.911086Z K 7 svn:log V 362 Parse lines as loader commands if we could not parse it as Lua. This lets us type 'reset', 'boot', etc. in the interpreter. Forth has an advantage here because it compiles the loader commands as verbs, so it automatically executes Forth verbs (functions). The loader command syntax is very different from Lua syntax, so this workaround should be good enough. END