Product Site

5.1.1.21. package

Returns the Package class instance that defined the receiving class. The package instance controls and defines the search order for classes and routines referenced by the receiving class.

See also Package class.

Example 5.15. Class class — package method
say .Class~package~name                -- REXX
say .other~package~name                -- C:\ExampleClassPackage.rex

::class other