setq( s_variableName g_newValueExp ) =g_result Description sets a variable to a new value. setq is the same as the assignment(=) operator. this is a syntax form. the symbol s_variableName is bound to the value of g_newValueExp. the first argument to setq is not evaluated but the second ...