os.lat
This module provides one static object, OS
, which carries
information about the host operating system.
OS := Object clone.
This object contains information about the current operating system.
OS toString := "OS".
OS class.
Returns a symbol representing the class of operating system. Possible
values: 'windows
, 'posix
, or 'unknown
.