Engine:CCMD run: Difference between revisions

Line 162: Line 162:
bob
bob
</kua>
</kua>
: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.
<kua>
<kua>
> lua `
> lua `
Line 170: Line 171:
bob
bob
</kua>
</kua>
: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. Quotes are not removed normally as they may be important to the context's command processing.
: Quotes are not removed normally as they may be important to the context's command processing.
<kua>
<kua>
> lua print "bob"
> lua print "bob"