exports.idiv.prototype.toString = function ( ) {
    return "(" + this.lhs.toString( ) + ") /= (" + this.rhs.toString( ) + ")" ;
} ;