i’m pretty sure q doesn’t support multi-line strings,but what is the best way to express a long stringover many lines?eg. in c:"12345678901234567890123456789012345678901234567890""09876543210987654321098765432109876543210987654321"in q: “12345678901234567890123456789012345678901234567890”,"09876543210987654321098765432109876543210987654321"is there an escape for end of line? so i could:in q: “12345678901234567890123456789012345678901234567890”, \ "09876543210987654321098765432109876543210987654321"ta, jack.
there is nothing wrong with with ,
if it is that much data put in another file and read it
? Attila