platform
Syntax
the platform
put the platform into field "OperatingSystemName"
put the platform && the english version into versionAndName
Explanation
The platform
function returns a name indicating the computer’s operating system.
Currently, that is simply “Macintosh”.
Before checking the systemVersion
, you should always check the platform
, as different
operating systems may have completely different version numbers.