log(), write() and writeln() methods return the string they write. This makes
local logging and remote printing of the same string easy: writeln(log("some string"));
Please register or sign in to comment
local logging and remote printing of the same string easy: writeln(log("some string"));