Is there an equivalent to
the C++

cout << "Hello world";

statement,
so that I can directly give out
messages in the SED console?

printf can only display the messageboxes,
how about a continious console output?