cfml.removeSpace();
Ref right = assignOp();
//if(!(ref instanceof Variable))
// throw new InterpreterException("left operant of the Elvis operator has to be a variable declaration "+ref.getClass().getName());
ref=new Elvis(ref,right);
}
else {
Ref left = assignOp();
if(!cfml.forwardIfCurrent(':'))