		while (col <= l-8)
			printstr("\t",1,file);	/* use tab to get close */
		TTRACEF(("tab(%d) @%d ==> %d blanks\n",l,col,l-col));
		if (col < l)
			printstr("        ",l-col,file);   /* blank the rest */
		type = STRINGEXPR;
