!7 concept ObjectType > Named { toString { ret "object type " + quote(name); } } concept DynamicThing > Named { ObjectType type; toString { ret (type == null ? "?" : type.name) + " " + quote(name); } } cmodule SmartHomeCRUD > DynVoiceMultiCRUD { *() { bootstrapConceptsFrom(#1027565); } L