Engine:CCMD run: Difference between revisions

Line 87: Line 87:
> echo bob fred
> echo bob fred
bob fred
bob fred
> echo bob "fred" 1234
bob "fred" 1234
</kua>
</kua>
: 'echo' takes the whole 'other text' as the value to print.
: 'echo' takes the whole 'other text' as the value to print.