On Thu, 17 Dec 2020, Sven Schreiber wrote:
Hi,
would it be too much to ask that literal matrix lines can be broken
after the rows (after semicolon) without the explicit backslash line
continuation character? It's not needed very often, but when it is, then
it usually involves many lines.
We already recognize a trailing comma as calling for line
continuation so we should be able to do the same for semicolon quite
easily. Can anyone think of a case where that could break things?
Allin