Product Site

5.4.17.1. architecture

Returns the interpreter's addressing mode, specified as a number in bits.

See also method name.

Example 5.281. RexxInfo class — architecture method
say .RexxInfo~architecture    -- 32 /* ooRexx 32-bit */
say .RexxInfo~architecture    -- 64 /* ooRexx 64-bit */