Is it possible to split an expression over multiple lines? Something like this:
I'm sure I've seen it somewhere before, but I can't remember where.
a=[1,2,3,\ 4,5]
I'm sure I've seen it somewhere before, but I can't remember where.
a=[1,2,3,\ 4,5]
a=[1,2,3, .. 4,5]