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