static S asciiSideBySideWithBarsAllAround(L texts) { S s = asciiSideBySideWithBars(texts); int width = maxLineLength(s); S x = " " + rep(width-2, '-'); ret x + "\n" + assureTrailingNewLineIfNempty(s) + x + "\n"; }