.h.xmp x
Where x is a list of strings, returns as a string x as the newline-separated content of an HTML xmp element.
x
xmp
q).h.xmp("foo";"bar") "<xmp>foo\nbar\n</xmp>"