Set('hello world!', out msg);
writeline(msg);
---------------------------
hello world!
|