!7 concept User { long userID; S name; bool canEval; toString { ret userID + "/" + name + stringIfTrue(canEval, " (can eval)"); } } cmodule GUsers > DynCRUD { }