Product Site

5.1.1.11. id

Returns the class identity (instance) string. (This is the string that is an argument on the subclass and mixinClass methods.) The string representations of the class and its instances contain the class identity.
Example 5.6. Class class — id method
myobject=.object~subclass("my object")  /* Creates a subclass    */
say myobject~id                         /* Produces: "my object" */