49
edits
| Line 32: | Line 32: | ||
exit // script | exit // script | ||
</kua> | </kua> | ||
This however would run ';' delimited statements in one Lua chunk, using the 'lua' context 'run' command. And then still run the script exit: | This however would run ';' delimited statements in one Lua chunk, using the 'lua' context 'run' command. And then still run the script 'exit' command: | ||
<kua> | <kua> | ||
context lua | context lua | ||