sclass MyTruth extends Concept { S globalID; Lisp term; S madeByRule; *() {} *(S *globalID, Lisp *term, S *madeByRule) { change(); } }