Product Site

8.76. SysWinVer (Windows only)

Returns a string specifying the Windows operating system version information. Rexx code should not rely on the exact format returned.

Possible output might be:
Example 8.49. RexxUtil — SysWinVer
-- Windows 7
say SysWinVer()  -- Windows 6.01.7601
-- Windows 10
say SysWinVer()  -- Windows 10.0.18363

See also functions SysVersion and SysLinVer (Linux Only).