11-23-2005, 06:44 PM
It is not possible.
Often lines become long due to long multiline strings, eg "line1[]line2[]...". It is possible to write such strings as comments and assign to a variable. Then escaping is not used.
str s=
;line1
;line2
;...
Often lines become long due to long multiline strings, eg "line1[]line2[]...". It is possible to write such strings as comments and assign to a variable. Then escaping is not used.
str s=
;line1
;line2
;...
