49
edits
| Line 131: | Line 131: | ||
==== Special parameter delimiters: ==== | ==== Special parameter delimiters: ==== | ||
:4. curly braces - Can be used to extend a whole 'statement' or set of statements across multiple lines. Can not be used as a parameter delimiter. The contents will be treated as one statement block. | :4. curly braces - Can be used to extend a whole 'statement' or set of statements across multiple lines. Can not be used as a parameter delimiter. The contents will be treated as one statement block. | ||
::''Note: Only useful in a multiline script file, and only works for default commands, like in the 'lua' and 'js' contexts, to pass a multi-line code block to the Lua and JS runtimes.'' | ::''Note: Only useful in a multiline script file, and only works for default commands, like in the 'lua' and 'js' contexts, to pass a multi-line code block to the default command, for passing to the Lua and JS runtimes.'' | ||
In a script named 'startup.cfg': | In a script named 'startup.cfg': | ||
<kua> | <kua> | ||