Skip to main content
Version: Next

Is macOS

Is macOS -> Function result

ParameterTypeDescription
Function resultBoolean🡐True if operating system = macOS, else False

Description

The Is macOS command returns True if the current operating system is macOS.

Example

You want to determine if the current operating system is macOS:

 If(Is macOS)
    ALERT("It's macOS")
 Else
    ALERT("It's not macOS")
 End if

See also

Get system info
Is Windows