Product Site

5.1.1.13. isAbstract

Returns .true if the receiving class is an abstract class, otherwise returns .false.

See also ABSTRACT option of the ::CLASS directive.

Example 5.8. Class class — isAbstract method
say .abs~isAbstract                    -- 1

::class abs abstract