The computer object is a built-in object that exposes a number of properties of the current computer.
computer.availableMemory
computer.countryCode
computer.cpuSpeed
computer.hasKeyboard
computer.ipAddress
computer.language
computer.languageCode
computer.macAddress
computer.memory
computer.os
computer.osMajorVersion
computer.osMinorVersion
computer.platform
computer.timerResolution
computer.touch
The computer object is a built-in object and can not be explicitly declared in a script. It exposes a number of useful properties, however, that can be referenced in expressions throughout the script.