concept G22Label > ConceptWithGlobalID { S name; //new RefL examples; toString { ret /*"Label " +*/ name; } bool nameIs aka textIs(S text) { ret eqic(name, text); } }