.nil if no public class of the specified name exists within the
scope of the receiving package.
say .context~package~findPublicClass("String") -- The String class
say .context~package~findPublicClass("Dummy") -- The NIL object
say .context~package~findPublicClass("RexxInfo") -- The NIL object
::class Dummy -- private class