Returns the major version of the Operating System currently running the Intent Kernel process.
osMajorVersion ( ) As String
Intent >osMajorVersion() --> "6"
Intent >makeNumber(osMajorVersion())>=5 --> True
Intent >"Running on " & osName() & " Version " & osMajorVersion() & "." & osMinorVersion() --> "Running on Microsoft Windows NT 6.1.7600.0 Version 6.1"