1# LINT: stitch together all incomplete \-ending lines 2line 1 \ 3line 2 \ 4line 3 \ 5line 4 && 6( 7# LINT: stitch together all incomplete \-ending lines (subshell) 8 line 5 \ 9 line 6 \ 10 line 7 \ 11 line 8 12)
# LINT: stitch together all incomplete \-ending lines
line 1 \
line 2 \
line 3 \
line 4 &&
(
# LINT: stitch together all incomplete \-ending lines (subshell)
line 5 \
line 6 \
line 7 \
line 8
)