.Q.s x
Returns x formatted to plain text, as used by the console. Obeys console width and height set by \c.
q).Q.s ([h:1 2 3] m: 4 5 6)
"h| m\n-| -\n1| 4\n2| 5\n3| 6\n"
Occasionally useful for undoing Studio for kdb+ tabular formatting.