subclass and
mixinClass methods.) The string
representations of the class and its instances contain the class identity.myobject=.object~subclass("my object") /* Creates a subclass */
say myobject~id /* Produces: "my object" */