I just bumped into a interesting command called \valign. It seems to be the sister of \halign, but the TeXbook seems to be rather shy on explaining its use. As is the TeX by Topic. They only mention it swaps the meaning of rows and columns in its use when compared to \halign. But given the following example:
\valign{&#\cr
How & is\cr
this & supposed\cr
to & work?\cr
}
\bye
the produced box is overfull; the second column starts only after the right margin!
So my question is: how is it supposed to be used; how can you change the start of the second (or third) column so it doesn't go out of the page? Also if you have some usage examples somewhere, that'd be great!