Pascal Scripting: Architecture Identifier Matchers like IsX64Compatible

This is the list of support functions which test if the system matches an architecture identifier:

IsArm32Compatible
IsArm64
IsWin64
IsX64Compatible
IsX64OS
IsX86Compatible
IsX86OS

IsX64 (alias for IsX64OS; deprecated)
IsX86 (alias for IsX86OS)

See also:
ProcessorArchitecture