Main Help → All Commands → Language Reference → Write
The Write
command will write all arguments to the output area.
Write (arg1),(arg2),(arg3),(arg4),...
If any arguments are expressions, they will be evaluated before the output is written. This command is useful for debugging. Use the WriteLine command to append text and finish the line with a return character (or include "return" in the expression for the last argument).