string getWindowsVersion()
Gets Windows version information.
Example:
auto version = getWindowsVersion(); writeln("Windows version: ", version);