string getComputerName()
Gets computer name.
Example:
auto name = getComputerName(); writeln("Computer: ", name);