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.