49
edits
| Line 172: | Line 172: | ||
bob | bob | ||
</kua> | </kua> | ||
: Back ticks effectively treat the rest of the statement as a block, | : Back ticks effectively treat the rest of the statement as a block, by being preemptively removed before passing to the context. This allows the block to execute as though were actually in the 'lua' context. Quotes are not removed normally as they may be important to the context's command processing. Back ticks are special in that they will be removed from the start and end of the script statement. Without this special behavior, there would be no way to run a multi-line command block for an associated context, without switching to it first. | ||
== Notes == | == Notes == | ||
* | * | ||