USING: sequences xml.syntax xml.writer ; : print-character-remarks ( names remarks -- ) [ [XML ><-> XML] ] 2map [XML <-> XML] pprint-xml ;