for e in t.keywords:
            if comma: self.write(", ")
            else: comma = True
            self.dispatch(e)