// 2.4.1 of the spec says: "Prefix modifiers are not applicable to variables that have composite values."
thrownewError('Prefix modifiers are not applicable to variables that have composite values. You tried to expand '+this+" with "+JSON.stringify(value));
}
elseif(!varspec.exploded){
if(operator.named()){
result+=varspec.varname;
if(!isDefined(value)){
result+=this.operator.ifEmpty();
// "and skip to the next varspec" (appendix a of the rfc