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