The .echo command is used output information to the command line. It takes a list of comma seperated items to concatenate together.
Example:
#define space $20
.echo "Hello", space, "world"
This would output Hello world to the command line.
.echo output [,output2, output3]
The value to output to the command line