1 2 3 4 5 6 7 8
( # LINT: line contains here-doc and opens multi-line string cat <<-\TXT && echo "multi-line string" fizzle TXT bap )