@ -157,7 +157,6 @@ function DefFunc(ident, params, body) {
function If(condition, thenexp, elseexp) {
this.condition = condition;
this.thenexp = thenexp;
if (elseexp)
this.elseexp = elseexp;
this.exprType = "If";
return this;