if (node.value) {
    this.space();
    this.token("=");
    this.space();
    this.print(node.value, node);