def foo
  puts "This is the first part of" \
       "a long string on a single line"
end