Hacker News new | ask | show | jobs
by RicardoLuis0 1203 days ago
> the case of a run-away string

that, i'd guess, is one of the reasons why most languages don't allow multi-line strings without special syntax

1 comments

It's definitely why TeX macros are not "\long" (i.e. they cannot span more than one paragraph) by default.