49
edits
| Line 18: | Line 18: | ||
; Line by line processing: | ; Line by line processing: | ||
The 'lua_edit' default command will only be run when a statement is not another context, or a command, variable, or alias. Script in the 'lua' context is still run statement by statement, as script in the engine. | |||
For example: | |||
<kua> | <kua> | ||
context lua | context lua | ||
print(1+2); exit | print(1+2); exit | ||
</kua> | </kua> | ||
Is actually: | |||
<kua> | <kua> | ||
context lua | context lua | ||