string getMacOSVersion()
Gets macOS version string.
Example:
auto version = getMacOSVersion(); writeln("macOS version: ", version);