exports.if.prototype.toString = function () {
    var str = "";

    str += "if (";
    str += this.cond.toString();