!7 concept State { S emotion, thought; } static State state; p { db(); state = uniq(State); print("Emotion: " + or_none(emotion) + ", thought: " + or_none(thought)); }