Engine:CCMD run: Difference between revisions

Line 168: Line 168:
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.<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.
<kua>
> lua print "bob"
> lua print "bob"
bob
bob