Product Site

5.4.17.25. platform

Returns the name of the interpreter operating system as a string, e. g. WindowsNT for a Windows, or LINUX for a Linux system.

See also keyword instruction PARSE SOURCE, which returns the same information as its first token.

Example 5.305. RexxInfo class — platform method
say .RexxInfo~platform    -- WindowsNT
say .RexxInfo~platform    -- LINUX